make_spam_user, $user_id

make_spam_user, $user_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_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