Action hook 'make_ham_user'

in WP Core File wp-includes/user.php at line 2529

Description

Fires after the user is marked as a HAM user. Opposite of SPAM.

Occurrences

Filename Line Number
wp-includes/user.php 2529
wp-includes/ms-deprecated.php 729

Parameters

Type Name Description
int $user_id ID of the user marked as HAM.

PHP Doc

/**
				 * 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.
				 */