WC_Helper_Subscriptions_API::load()public staticWC 1.0

Loads the class, runs on init

Метод класса: WC_Helper_Subscriptions_API{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = WC_Helper_Subscriptions_API::load();

Код WC_Helper_Subscriptions_API::load() WC 9.4.2

public static function load() {
	add_filter( 'rest_api_init', array( __CLASS__, 'register_rest_routes' ) );
}