wp_check_comment_disallowed_list, $author, $email, $url, $comment, $user_ip, $user_agent
wp_check_comment_disallowed_list, $author, $email, $url, $comment, $user_ip, $user_agent
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('wp_check_comment_disallowed_list, $author, $email, $url, $comment, $user_ip, $user_agent') is found 1 times:
- /wp-includes/comment.php line 1399
* @param string $comment Comment content. * @param string $user_ip Comment author's IP address. * @param string $user_agent Comment author's browser user agent. */ do_action( 'wp_check_comment_disallowed_list', $author, $email, $url, $comment, $user_ip, $user_agent ); $mod_keys = trim( get_option( 'disallowed_keys' ) ); if ( '' === $mod_keys ) { return false; // If moderation keys are empty. }