You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$settings->add_text_setting(self::$module, 'Addon Costs', 'website_ip_cost', 'Webhosting Dedicated IP Cost:', 'This is the cost for purchasing an Dedicated IP on top of a Webhosting.', $settings->get_setting('WEBSITE_IP_COST'));
115
+
$settings->add_text_setting(self::$module, 'Costs & Limits', 'website_ip_cost', 'Dedicated IP Cost:', 'This is the cost for purchasing an additional IP on top of a Website.', (defined(WEBSITE_IP_COST) ? WEBSITE_IP_COST : 3));
0 commit comments