File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -379,13 +379,7 @@ private function get_connection_established_options() {
379379 * @since 2019-03-21
380380 */
381381 public function render_cta_button () {
382-
383- $ url = get_option ( self ::ALT_LOGIN_URL , '' );
384-
385- if ( '' === $ url ) {
386- $ url = 'https://login.constantcontact.com/login/?goto=https%3A%2F%2Fapp.constantcontact.com%2Fpages%2Fecomm%2Fdashboard%23woocommerce ' ;
387- }
388-
382+ $ url = 'https://login.constantcontact.com/login/?goto=https%3A%2F%2Fapp.constantcontact.com%2Fpages%2Fecomm%2Fdashboard%23woocommerce ' ;
389383 ?>
390384 <a
391385 class="button button-primary"
@@ -494,12 +488,6 @@ private function get_store_information_settings() {
494488 'true ' => esc_html__ ( 'Yes - check this box by default ' , 'cc-woo ' ),
495489 ],
496490 ],
497- [
498- 'title ' => esc_html__ ( 'Alternative Login Url ' , 'cc-woo ' ),
499- 'desc ' => esc_html__ ( 'Only use if directed to by Pro Support. ' , 'cc-woo ' ),
500- 'id ' => self ::ALT_LOGIN_URL ,
501- 'type ' => 'text ' ,
502- ],
503491 [
504492 'title ' => esc_html__ ( 'Checkbox Filter Location ' , 'cc-woo ' ),
505493 'desc ' => esc_html__ ( 'Change filter location where checkbox is rendered. ' , 'cc-woo ' ),
You can’t perform that action at this time.
0 commit comments