__get('countries');
?>
plugin_name.'[store_country]', array(
'type' => 'select',
'id' => 'country',
'placeholder' => __('Select a Country'),
'options' => $countries,
'required' => true
),
isset($options['store_country']) ? $options['store_country'] : WC()->countries->get_base_country()
);
?>
array(
'href' => array(),
'title' => array(),
'target' => array()
),
'br' => array()
);
?>
= sprintf(/* translators: %s - Mailchimp legal pages */wp_kses( __( 'By clicking the "Get Started!" button, you are creating a Mailchimp account, and you agree to Mailchimp\'s Terms of Use and Privacy Policy.', 'mailchimp-for-woocommerce' ), array( 'a' => array( 'href' => array(), 'target'=> '_blank' ) ) ), esc_url( 'https://mailchimp.com/legal/terms' ), esc_url( 'https://mailchimp.com/legal/privacy' ) );?>
= esc_html__( 'Invalid Address', 'mailchimp-for-woocommerce' ); ?>
= esc_html__( 'Invalid City', 'mailchimp-for-woocommerce' ); ?>
= esc_html__( 'Invalid State', 'mailchimp-for-woocommerce' ); ?>
= esc_html__( 'Invalid Zip', 'mailchimp-for-woocommerce' ); ?>
= esc_html__( 'Invalid Country', 'mailchimp-for-woocommerce' ); ?>
= esc_html__( 'Invalid Phone', 'mailchimp-for-woocommerce' ); ?>
= esc_html__( 'Invalid Timezone', 'mailchimp-for-woocommerce' ); ?>
= esc_html__( 'Connecting...', 'mailchimp-for-woocommerce' ); ?>