make_ham_user

make_ham_user

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('make_ham_user') is found 2 times:

  • /wp-includes/ms-deprecated.php line 729
    			/** 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;
    }
    
    
  • /wp-includes/user.php line 2491
    				 * @since 3.0.0
    				 *
    				 * @param int $user_id ID of the user marked as HAM.
    				 */
    				do_action( 'make_ham_user', $user_id );
    			}
    		}
    	} else {
    		/**
    		 * Fires immediately after a new user is registered.
    		 *
    

See this hook used in plugins: