bp_make_spam_user, $user_id
bp_make_spam_user, $user_id
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_make_spam_user, $user_id') is found 1 times:
- /bp-members/bp-members-functions.php line 830
* @since 1.5.0 * * @param int $value Displayed user ID. */ do_action( 'bp_make_spam_user', $user_id ); } else { /** * Fires at the end of the process spammer process if the user is not spam. * * @since 1.5.0