Fires after the user is marked as a HAM user. Opposite of SPAM.
Parameters
$user_id
int- ID of the user marked as HAM.
Source
do_action( 'make_ham_user', $user_id );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Fires after the user is marked as a HAM user. Opposite of SPAM.
$user_id
intdo_action( 'make_ham_user', $user_id );
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.