WC_Helper_API::load()
Load
Allow devs to point the API base to a local API development or staging server. 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.
Метод класса: WC_Helper_API{}
Хуки из метода
Возвращает
null
. Ничего (null).
Использование
$result = WC_Helper_API::load();
Код WC_Helper_API::load() WC Helper API::load WC 9.3.3
public static function load() { self::$api_base = apply_filters( 'woocommerce_helper_api_base', 'https://woocommerce.com/wp-json/helper/1.0' ); }