bp_blogs_remove_data_for_blog, $blog_id
bp_blogs_remove_data_for_blog, $blog_id
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_blogs_remove_data_for_blog, $blog_id') is found 1 times:
- /bp-blogs/bp-blogs-functions.php line 1229
* @since 1.0.0 * * @param int $blog_id ID of the blog whose data is being removed. */ do_action( 'bp_blogs_remove_data_for_blog', $blog_id ); } add_action( 'bp_delete_site', 'bp_blogs_remove_data_for_blog', 1 ); /** * Get all of a user's blogs, as tracked by BuddyPress. *