Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-users-list-table.php: users_list_table_query_args | Filters the query arguments used to retrieve users for the current users list table. |
wp-admin/includes/deprecated.php: WP_User_Search::get_results() | Retrieves the user search query results. |
wp-includes/capabilities.php: get_super_admins() | Retrieve a list of super admins. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: set_user_setting() | Adds or updates user interface setting. |
wp-includes/option.php: get_user_setting() | Retrieves user interface setting value based on setting name. |
wp-includes/class-wp-user-query.php: WP_User_Query::__construct() | PHP5 constructor. |
wp-includes/ms-functions.php: wp_is_large_network() | Whether or not we have a large network. |