mwform_akismet_responce

mwform_akismet_responce

Hook Type: filter

See hook in core

Displaying hooks found in version: mw-wp-form.5.1.0

apply_filters('mwform_akismet_responce') is found 1 times:

  • /classes/models/class.akismet.php line 121

    Warning: Undefined array key 124 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 125 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 126 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    				'/1.1/comment-check',
    				$akismet_api_port
    			);
    		}
    		$response = apply_filters( 'mwform_akismet_responce', $response );
    		return ( 'true' === $response[1] ) ? true : false;
    	}
    }