WC_Admin_List_Table_Coupons::__construct()
Constructor.
Method of the class: WC_Admin_List_Table_Coupons{}
No Hooks.
Return
null
. Nothing (null).
Usage
$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 code WC 9.7.1
public function __construct() { parent::__construct(); add_filter( 'disable_months_dropdown', '__return_true' ); }