Ejemplo n.º 1
0
 public function __construct()
 {
     $this->settings_key = WP_ConvertKit::SETTINGS_PAGE_SLUG;
     $this->name = 'general';
     $this->title = 'General Settings';
     $this->tab_text = 'General';
     parent::__construct();
 }
 public function __construct()
 {
     if (!function_exists('wlmapi_get_levels')) {
         return $this->is_registerable = false;
     }
     $this->settings_key = '_wp_convertkit_integration_wishlistmember_settings';
     $this->name = 'wishlist-member';
     $this->title = 'WishList Member Integration Settings';
     $this->tab_text = 'WishList Member';
     $this->wlm_levels = $this->get_wlm_levels();
     parent::__construct();
 }