Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-ms-users-list-table.php: ms_user_list_site_class | Filters the span class for a site listing on the mulisite user list table. |
wp-includes/ms-network.php: get_network() | Retrieves network data given a network ID or network object. |
wp-admin/includes/class-wp-ms-users-list-table.php: ms_user_list_site_actions | Filters the action links displayed next the sites a user belongs to in the Network Admin Users list table. |
wp-admin/includes/ms.php: can_edit_network() | Whether or not we can edit this network from this page. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/link-template.php: network_admin_url() | Retrieves the URL to the admin area for the network. |
wp-includes/link-template.php: get_home_url() | Retrieves the URL for a given site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/user.php: get_blogs_of_user() | Get the sites a user belongs to. |