woocommerce_helper_api_base

woocommerce_helper_api_base

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_helper_api_base') is found 1 times:

  • /includes/admin/helper/class-wc-helper-api.php line 33
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    * 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.