do_action( ‘make_spam_user’, int $user_id )

In this article

Fires after the user is marked as a SPAM user.

Parameters

$user_idint
ID of the user marked as SPAM.

Source

do_action( 'make_spam_user', $user_id );

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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