make_spam_user, $id

make_spam_user, $id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('make_spam_user, $id') is found 1 times:

  • /wp-includes/ms-deprecated.php line 727
     
    	if ( 'spam' === $pref ) {
    		if ( $value == 1 ) {
    			/** This filter is documented in wp-includes/user.php */
    			do_action( 'make_spam_user', $id );
    		} else {
    			/** This filter is documented in wp-includes/user.php */
    			do_action( 'make_ham_user', $id );
    		}
    	}