woocommerce_is_rest_api_request

woocommerce_is_rest_api_request

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_is_rest_api_request') is found 1 times:

  • /includes/class-woocommerce.php line 447
    		 * Whether this is a REST API request.
    		 *
    		 * @since 3.6.0
    		 */
    		return apply_filters( 'woocommerce_is_rest_api_request', $is_rest_api_request );
    	}
    
    	/**
    	 * Load REST API.
    	 */
    	public function load_rest_api() {