make_ham_user, $id

make_ham_user, $id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/ms-deprecated.php line 730
    			/** 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 );
    		}
    	}
    
    	return $value;
    }