Changeset 12606 for trunk/src/bp-blogs/bp-blogs-cache.php
- Timestamp:
- 03/31/2020 02:45:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-cache.php
r12173 r12606 54 54 // List actions to clear object caches on. 55 55 add_action( 'bp_blogs_remove_blog_for_user', 'bp_blogs_clear_blog_object_cache', 10, 2 ); 56 add_action( ' wpmu_new_blog','bp_blogs_clear_blog_object_cache', 10, 2 );56 add_action( 'bp_insert_site', 'bp_blogs_clear_blog_object_cache', 10, 2 ); 57 57 add_action( 'bp_blogs_remove_blog', 'bp_blogs_clear_blog_object_cache' ); 58 58
Note: See TracChangeset
for help on using the changeset viewer.