make_ham_user WordPress Action Hook
The make_ham_user Wordpress hook is used to mark a user as ham (not spam). This is useful for cases where a user is mistakenly marked as spam and you want to correct it.
do_action( 'make_ham_user', int $user_id ) #
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
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |