Uses
Uses | Description |
---|---|
wp-includes/class-wp-site.php: site_details | Filters a site’s extended properties. |
wp-includes/plugin.php: apply_filters_deprecated() | Fires functions attached to a deprecated filter hook. |
wp-includes/cache.php: wp_cache_get() | Retrieves the cache contents from the cache by key and group. |
wp-includes/cache.php: wp_cache_set() | Saves the data to the cache. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/ms-blogs.php: switch_to_blog() | Switch the current blog. |
wp-includes/ms-blogs.php: restore_current_blog() | Restore the current blog, after calling switch_to_blog(). |
wp-includes/ms-blogs.php: blog_details | Filters a blog’s details. |