/**
  * Construct
  */
 function __construct()
 {
     $this->id = 'general';
     $this->text = __('General', 'learn_press');
     //add_action( 'learn_press_settings_general', array( $this, 'output' ) );
     //add_action( 'learn_press_settings_save_general', array( $this, 'save' ) );
     parent::__construct();
 }
 function __construct()
 {
     $this->id = 'pages';
     $this->text = __('Pages', 'learn_press');
     parent::__construct();
 }
 /**
  * Constructor
  */
 function __construct()
 {
     $this->id = 'profile';
     $this->text = __('Profile', 'learn_press');
     parent::__construct();
 }
 /**
  * Constructor
  */
 function __construct()
 {
     $this->id = 'emails';
     $this->text = __('Emails', 'learn_press');
     parent::__construct();
 }
 /**
  * Constructor
  */
 function __construct()
 {
     $this->id = 'checkout';
     $this->text = __('Checkout', 'learn_press');
     parent::__construct();
 }