apply_filters( 'manage_users_custom_column', string $output , string $column_name , int $user_id )
Filters the display output of custom columns in the Users list table.
Parameters
-
$output
string -
Custom column output. Default empty.
-
$column_name
string -
Column name.
-
$user_id
int -
ID of the currently-listed user.
Source
File: wp-admin/includes/class-wp-users-list-table.php
.
View all references
$row .= apply_filters( 'manage_users_custom_column', '', $column_name, $user_object->ID );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
To remove the column from Users List Table.