Méthode | Description | |
---|---|---|
__construct ( ) | Constructor. | |
column_default ( WP_User $user, string $column_name ) : string | Get column value. | |
get_columns ( ) : array | Get columns. | |
no_items ( ) | No items found text. | |
order_by_last_name ( WP_User_Query $query ) | Order users by name. | |
output_report ( ) | Output the report. | |
prepare_items ( ) | Prepare customer list items. |
public column_default ( WP_User $user, string $column_name ) : string | ||
$user | WP_User | |
$column_name | string | |
Résultat | string |
public order_by_last_name ( WP_User_Query $query ) | ||
$query | WP_User_Query |