WC_REST_Product_Attribute_Terms_V2_Controller{}
REST API Product Attribute Terms controller class.
Хуков нет.
Использование
$WC_REST_Product_Attribute_Terms_V2_Controller = new WC_REST_Product_Attribute_Terms_V2_Controller(); // use class methods
Методы
Нет Методов у класса.
Заметки
- Пакет: WooCommerce\RestApi
Код WC_REST_Product_Attribute_Terms_V2_Controller{} WC REST Product Attribute Terms V2 Controller{} WC 9.3.3
class WC_REST_Product_Attribute_Terms_V2_Controller extends WC_REST_Product_Attribute_Terms_V1_Controller { /** * Endpoint namespace. * * @var string */ protected $namespace = 'wc/v2'; }