bp_blogs_remove_data, $user_id
bp_blogs_remove_data, $user_id
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_blogs_remove_data, $user_id') is found 1 times:
- /bp-blogs/bp-blogs-functions.php line 1449
* @since 1.0.0 * * @param int $user_id ID of the user whose blog associations were removed. */ do_action( 'bp_blogs_remove_data', $user_id ); } add_action( 'wpmu_delete_user', 'bp_blogs_remove_data' ); add_action( 'bp_make_spam_user', 'bp_blogs_remove_data' ); /** * Deletes user XProfile data on the 'delete_user' hook.