Skip to content

Commit cac849b

Browse files
committed
CC-243 Undo changes applied in #127 to unblock a release
1 parent dc1ce62 commit cac849b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/View/Admin/WooTab.php

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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' ),

0 commit comments

Comments
 (0)