Warning: This function has been deprecated.

bp_blogs_format_clear_blog_cache( BP_Blogs_Blog $recorded_blog_obj )

Clear cache when a new blog is created.


Description Description


Parameters Parameters

$recorded_blog_obj

(Required) The recorded blog, passed by 'bp_blogs_new_blog'.


Top ↑

Source Source

File: bp-core/deprecated/2.2.php

function bp_blogs_format_clear_blog_cache( $recorded_blog_obj ) {
	_deprecated_function( __FUNCTION__, '2.2', 'bp_blogs_clear_blog_object_cache()' );
	bp_blogs_clear_blog_object_cache( false, $recorded_blog_obj->user_id );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 This function has been deprecated.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.