Uses
Uses | Description |
---|---|
wp-includes/class-wp-hook.php: WP_Hook::build_preinitialized_hooks() | Normalizes filters set up before WordPress has initialized to WP_Hook objects. |
wp-includes/cache.php: wp_cache_switch_to_blog() | Switches the internal blog ID. |
wp-includes/cache.php: wp_cache_init() | Sets up Object Cache Global and assigns it. |
wp-includes/cache.php: wp_cache_add_global_groups() | Adds a group or set of groups to the list of global groups. |
wp-includes/cache.php: wp_cache_add_non_persistent_groups() | Adds a group or set of groups to the list of non-persistent groups. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/load.php: wp_using_ext_object_cache() | Toggle |