jetpack_is_frontend

jetpack_is_frontend

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.2.2

apply_filters('jetpack_is_frontend') is found 1 times:

  • /vendor/automattic/jetpack-status/src/class-request.php line 69
    		 *
    		 * @param bool $is_frontend Whether the current request is for accessing the frontend.
    		 * @param bool $send_vary_headers Whether to send Vary headers.
    		 */
    		return (bool) apply_filters( 'jetpack_is_frontend', $is_frontend, $send_vary_headers );
    	}
    
    	/**
    	 * Go through headers and get a list of Vary headers to add,
    	 * including Vary on Accept and Content-Type if necessary.
    	 *