WC_Admin_List_Table_Coupons::__construct()
Constructor.
{} It's a method of the class: WC_Admin_List_Table_Coupons{}
No Hooks.
Return
null
. Nothing.
Usage
$WC_Admin_List_Table_Coupons = new WC_Admin_List_Table_Coupons(); $WC_Admin_List_Table_Coupons->__construct();
Code of WC_Admin_List_Table_Coupons::__construct() WC Admin List Table Coupons:: construct WC 6.7.0
public function __construct() { parent::__construct(); add_filter( 'disable_months_dropdown', '__return_true' ); }