akismet_submit_nonspam_comment

akismet_submit_nonspam_comment

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('akismet_submit_nonspam_comment') is found 1 times:

  • /wp-content/plugins/akismet/class.akismet.php line 984
    		if ( $comment->reporter ) {
    			update_comment_meta( $comment_id, 'akismet_user', $comment->reporter );
    		}
    
    		do_action('akismet_submit_nonspam_comment', $comment_id, $response[1]);
    	}
    
    	public static function cron_recheck() {
    		global $wpdb;
    
    		$api_key = self::get_api_key();