Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-ms-users-list-table.php: ms_user_row_actions | Filters the action links displayed under each user in the Network Admin Users list table. |
wp-includes/capabilities.php: get_super_admins() | Retrieve a list of super admins. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/functions.php: wp_nonce_url() | Retrieve URL with nonce added to URL query. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: network_admin_url() | Retrieves the URL to the admin area for the network. |
wp-includes/link-template.php: get_edit_user_link() | Retrieves the edit user link. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |