WC_Admin_List_Table_Coupons::__construct() public WC 1.0
Constructor.
{} Это метод класса: WC_Admin_List_Table_Coupons{}
Хуков нет.
Возвращает
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 5.0.0
public function __construct() {
parent::__construct();
add_filter( 'disable_months_dropdown', '__return_true' );
}