Action hook 'make_spam_user'

in WP Core File wp-includes/user.php at line 2520

Description

Fires after the user is marked as a SPAM user.

Occurrences

Filename Line Number
wp-includes/user.php 2520
wp-includes/ms-deprecated.php 726

Parameters

Type Name Description
int $user_id ID of the user marked as SPAM.

PHP Doc

/**
				 * Fires after the user is marked as a SPAM user.
				 *
				 * @since 3.0.0
				 *
				 * @param int $user_id ID of the user marked as SPAM.
				 */