function __construct()
 {
     $this->action = 'convert_notifications';
     parent::__construct();
 }
예제 #2
0
 function __construct()
 {
     $this->action = 'download_all_subs';
     parent::__construct();
 }
 function __construct()
 {
     $this->action = 'delete_all_subs';
     parent::__construct();
 }
예제 #4
0
 function __construct()
 {
     $this->action = 'update_email_settings';
     parent::__construct();
 }
 function __construct()
 {
     $this->action = 'download_all_subs';
     parent::__construct();
     add_action('admin_footer-edit.php', array($this, 'bulk_admin_footer'));
 }
예제 #6
0
 function __construct()
 {
     $this->action = 'convert_forms';
     parent::__construct();
 }