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