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