make_ham_user, $id
make_ham_user, $id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('make_ham_user, $id') is found 1 times:
- /wp-includes/ms-deprecated.php line 730
/** 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 ); } } return $value; }