mwform_send_nocache_header

mwform_send_nocache_header

Hook Type: filter

See hook in core

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

apply_filters('mwform_send_nocache_header') is found 1 times:

  • /classes/controllers/class.main.php line 107
    				$nocache = true;
    			}
    		}
    
    		$nocache = apply_filters( 'mwform_send_nocache_header', $nocache );
    
    		if ( $nocache ) {
    			nocache_headers();
    		}
    	}