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.


Description Description


Parameters Parameters

$output

(string) Custom column output. Default empty.

$column_name

(string) Column name.

$user_id

(int) ID of the currently-listed user.


Top ↑

Source Source

File: wp-admin/includes/class-wp-users-list-table.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.