WC_REST_Product_Tags_Controller{}└─ WC_REST_Product_Tags_V2_Controller
REST API Product Tags controller class.
No Hooks.
Usage
$WC_REST_Product_Tags_Controller = new WC_REST_Product_Tags_Controller(); // use class methods
Methods
No Methods in class.Notes
- Package: WooCommerce\RestApi
WC_REST_Product_Tags_Controller{} WC REST Product Tags Controller{} code WC 10.6.2
class WC_REST_Product_Tags_Controller extends WC_REST_Product_Tags_V2_Controller {
/**
* Endpoint namespace.
*
* @var string
*/
protected $namespace = 'wc/v3';
}