Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-ms-sites-list-table.php: display_site_states | Filter the default site display states for items in the Sites list table. |
wp-includes/class-wp-site.php: WP_Site::get_instance() | Retrieves a site from the database by its ID. |
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/functions.php: is_main_site() | Determine whether a site is the main site of the current network. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |