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
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_users_custom_column