Méthode |
Description |
|
__construct ( ) : void |
Sets up needed actions/filters for the admin to initialize. |
|
admin_notices ( ) : void |
Displays admin notices for the edit forum screen. |
|
columns ( array $columns ) : array |
Customize the columns on the edit post screen. |
|
custom_column ( string $column, string $column_name, $user_id ) |
Handles the output for custom columns. |
|
get_instance ( ) : object |
Returns the instance. |
|
handler ( ) : void |
Callback function for handling post status changes. |
|
load_users ( ) : void |
Adds actions/filters. |
|
pre_get_users ( object $query ) : void |
Filter on the user query to change the users loaded. |
|
print_styles ( ) : void |
Enqueue the plugin admin CSS. |
|
roles_dropdown ( ) : void |
Adds a forum roles dropdown above the users table. |
|
sortable_columns ( array $columns ) : array |
Customize the sortable columns. |
|