WC_REST_Coupons_V1_Controller::__construct()
Coupons actions.
Метод класса: WC_REST_Coupons_V1_Controller{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WC_REST_Coupons_V1_Controller = new WC_REST_Coupons_V1_Controller(); $WC_REST_Coupons_V1_Controller->__construct();
Код WC_REST_Coupons_V1_Controller::__construct() WC REST Coupons V1 Controller:: construct WC 9.2.3
public function __construct() { add_filter( "woocommerce_rest_{$this->post_type}_query", array( $this, 'query_args' ), 10, 2 ); }