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.


Top ↑

Source

File: wp-includes/user.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More