WC_Admin_List_Table_Coupons::__construct()publicWC 1.0

Constructor.

Метод класса: WC_Admin_List_Table_Coupons{}

Хуков нет.

Возвращает

null. Ничего (null).

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

$WC_Admin_List_Table_Coupons = new WC_Admin_List_Table_Coupons();
$WC_Admin_List_Table_Coupons->__construct();

Код WC_Admin_List_Table_Coupons::__construct() WC 8.7.0

public function __construct() {
	parent::__construct();
	add_filter( 'disable_months_dropdown', '__return_true' );
}