make_spam_user, $id
make_spam_user, $id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('make_spam_user, $id') is found 1 times:
- /wp-includes/ms-deprecated.php line 727
if ( 'spam' === $pref ) { if ( $value == 1 ) { /** This filter is documented in wp-includes/user.php */ do_action( 'make_spam_user', $id ); } else { /** This filter is documented in wp-includes/user.php */ do_action( 'make_ham_user', $id ); } }