WC_REST_Product_Attribute_Terms_Controller{}
REST API Product Attribute Terms controller class.
No Hooks.
Usage
$WC_REST_Product_Attribute_Terms_Controller = new WC_REST_Product_Attribute_Terms_Controller(); // use class methods
Methods
No Methods in class.
Notes
- Package: WooCommerce\RestApi
WC_REST_Product_Attribute_Terms_Controller{} WC REST Product Attribute Terms Controller{} code WC 9.6.1
class WC_REST_Product_Attribute_Terms_Controller extends WC_REST_Product_Attribute_Terms_V2_Controller { /** * Endpoint namespace. * * @var string */ protected $namespace = 'wc/v3'; }