bp_make_ham_user, $user_id

bp_make_ham_user, $user_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_make_ham_user, $user_id') is found 1 times:

  • /bp-members/bp-members-functions.php line 840
    		 * @since 1.5.0
    		 *
    		 * @param int $value Displayed user ID.
    		 */
    		do_action( 'bp_make_ham_user', $user_id );
    	}
    
    	/**
    	 * Fires at the end of the process for handling spammer status.
    	 *
    	 * @since 1.5.5