Fires after the user is marked as a HAM user. Opposite of SPAM.
$user_idintwp-includes/ms-deprecated.php:729update_user_status()wp-includes/user.php:2541wp_insert_user() * Fires after the user is marked as a HAM user. Opposite of SPAM. * * @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. *Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.