Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-users-list-table.php: manage_users_extra_tablenav | Fires immediately following the closing “actions” div in the tablenav for the users list table. |
wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
wp-admin/includes/template.php: wp_dropdown_roles() | Print out option HTML elements for role selectors. |
wp-admin/includes/class-wp-users-list-table.php: restrict_manage_users | Fires just before the closing div containing the bulk role-change controls in the Users list table. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |