Used By
Used By | Description |
---|---|
wp-includes/option.php: delete_expired_transients() | Deletes all expired transients. |
wp-includes/class-wp-network.php: WP_Network::get_by_path() | Retrieve the closest matching network for a domain and path. |
wp-includes/class-wp-query.php: WP_Query::get_posts() | Retrieves an array of posts based on query variables. |
wp-includes/load.php: wp_start_object_cache() | Start the WordPress object cache. |
wp-includes/option.php: set_site_transient() | Sets/updates the value of a site transient. |
wp-includes/option.php: delete_site_transient() | Deletes a site transient. |
wp-includes/option.php: get_site_transient() | Retrieves the value of a site transient. |
wp-includes/option.php: get_transient() | Retrieves the value of a transient. |
wp-includes/option.php: set_transient() | Sets/updates the value of a transient. |
wp-includes/option.php: wp_load_core_site_options() | Loads and caches certain often requested site options if is_multisite() and a persistent cache is not being used. |
wp-includes/option.php: delete_transient() | Deletes a transient. |
wp-includes/nav-menu.php: wp_get_nav_menu_items() | Retrieves all menu items of a navigation menu. |