WC_REST_Product_Brands_Controller{}WC 1.0

REST API Brands controller class.

Хуков нет.

Использование

$WC_REST_Product_Brands_Controller = new WC_REST_Product_Brands_Controller();
// use class methods

Методы

Нет Методов у класса.

Заметки

  • Пакет: WooCommerce\RestApi

Код WC_REST_Product_Brands_Controller{} WC 9.4.2

class WC_REST_Product_Brands_Controller extends WC_REST_Product_Categories_Controller {

	/**
	 * Route base.
	 *
	 * @var string
	 */
	protected $rest_base = 'products/brands';

	/**
	 * Taxonomy.
	 *
	 * @var string
	 */
	protected $taxonomy = 'product_brand';
}