WC_REST_Settings_V4_Controller{}└─ WC_REST_Setting_Options_Controller
REST API Settings V4 controller class.
No Hooks.
Usage
$WC_REST_Settings_V4_Controller = new WC_REST_Settings_V4_Controller(); // use class methods
Methods
No Methods in class.Notes
- Package: WooCommerce\RestApi
WC_REST_Settings_V4_Controller{} WC REST Settings V4 Controller{} code WC 10.3.6
class WC_REST_Settings_V4_Controller extends WC_REST_Setting_Options_Controller {
/**
* Endpoint namespace.
*
* @var string
*/
protected $namespace = 'wc/v4';
}