WC_Admin_List_Table_Coupons::__construct
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 Admin List Table Coupons:: construct WC 10.3.4
public function __construct() {
parent::__construct();
add_filter( 'disable_months_dropdown', '__return_true' );
}