WC_REST_Product_Tags_Controller{} WC 1.0
REST API Product Tags controller class.
Хуков нет.
Возвращает
null
. Ничего.
Использование
$WC_REST_Product_Tags_Controller = new WC_REST_Product_Tags_Controller(); // use class methods
Методы
Нет Методов у класса.
Заметки
- Пакет: WooCommerce\RestApi
Код WC_REST_Product_Tags_Controller{} WC REST Product Tags Controller{} WC 5.2.2
class WC_REST_Product_Tags_Controller extends WC_REST_Product_Tags_V2_Controller {
/**
* Endpoint namespace.
*
* @var string
*/
protected $namespace = 'wc/v3';
}