Sets the last changed time for the ‘sites’ cache group.
Source
function wp_cache_set_sites_last_changed() {
wp_cache_set_last_changed( 'sites' );
}
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |
CARVIEW |
Sets the last changed time for the ‘sites’ cache group.
function wp_cache_set_sites_last_changed() {
wp_cache_set_last_changed( 'sites' );
}
Uses | Description |
---|---|
wp_cache_set_last_changed()wp-includes/functions.php | Sets last changed date for the specified cache group to now. |
Used by | Description |
---|---|
populate_site_meta()wp-admin/includes/schema.php | Creates WordPress site meta and sets the default values. |
wpmu_create_blog()wp-includes/ms-functions.php | Creates a site. |
clean_blog_cache()wp-includes/ms-site.php | Clean the blog cache |
Version | Description |
---|---|
5.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.