woocommerce_helper_api_base, https://woocommerce.com/wp-json/helper/1.0

woocommerce_helper_api_base, https://woocommerce.com/wp-json/helper/1.0

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_helper_api_base, https://woocommerce.com/wp-json/helper/1.0') is found 1 times:

  • /includes/admin/helper/class-wc-helper-api.php line 33
    	 * Note that sslverify will be turned off for the woocommerce.dev + WP_DEBUG combination.
    	 * The URL can be changed on plugins_loaded before priority 10.
    	 */
    	public static function load() {
    		self::$api_base = apply_filters( 'woocommerce_helper_api_base', 'https://woocommerce.com/wp-json/helper/1.0' );
    	}
    
    	/**
    	 * Perform an HTTP request to the Helper API.
    	 *
    	 * @param string $endpoint The endpoint to request.