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.7.2

do_action('make_ham_user') is found 2 times:

  • /wp-includes/ms-deprecated.php line 729
    725
    726
    727
    728
    729
    730
    731
    732
    733
    734
                /** 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 2541
    2537
    2538
    2539
    2540
    2541
    2542
    2543
    2544
    2545
    2546
    2547
                 * @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: