do_action( 'make_spam_user', int $user_id )

Fires after the user is marked as a SPAM user.


Parameters

$user_id int
ID of the user marked as SPAM.

Top ↑

Source

File: wp-includes/user.php. View all references

do_action( 'make_spam_user', $user_id );


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.