WC_REST_Product_Tags_V2_Controller{} WC 1.0
REST API Product Tags controller class.
No Hooks.
Return
Null. Nothing.
Usage
$WC_REST_Product_Tags_V2_Controller = new WC_REST_Product_Tags_V2_Controller(); // use class methods
Methods
No Methods in class.
Notes
- Package: WooCommerce\RestApi
Code of WC_REST_Product_Tags_V2_Controller{} WC REST Product Tags V2 Controller{} WC 5.0.0
class WC_REST_Product_Tags_V2_Controller extends WC_REST_Product_Tags_V1_Controller {
/**
* Endpoint namespace.
*
* @var string
*/
protected $namespace = 'wc/v2';
}