grunion_still_email_spam, false

grunion_still_email_spam, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('grunion_still_email_spam, false') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 3144
    		 * Filter to determine if spam should still be emailed.
    		 *
    		 * @module contact-form
    		 */
    		$send_even_if_spam = apply_filters( 'grunion_still_email_spam', false );
    
    		// Only fire send-related side effects when we are actually going to send.
    		$will_send = ( $is_spam !== true && $send_email ) || ( true === $is_spam && $send_even_if_spam );
    
    		if ( $will_send ) {
    			/**