Skip to content

Commit

Permalink
Remove Advanded Emails header #8497
Browse files Browse the repository at this point in the history
  • Loading branch information
cklosowski committed Mar 24, 2021
1 parent 914709f commit 53d7392
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions includes/admin/settings/register-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,11 +491,6 @@ function edd_get_registered_settings() {
'desc' => '',
'type' => 'hook',
),
'advanced_emails_header' => array(
'id' => 'advanced_emails_header',
'name' => '<strong>' . __( 'Advanced emails', 'easy-digital-downloads' ) . '</strong>',
'type' => 'header',
),
'sendwp_header' => array(
'id' => 'sendwp_header',
'name' => '<strong>' . __( 'SendWP', 'easy-digital-downloads' ) . '</strong>',
Expand Down Expand Up @@ -2199,10 +2194,7 @@ function edd_sendwp_callback($args) {
else :
?>
<p>
<?php _e( 'We recommend SendWP to ensure quick and reliable delivery of all emails sent from your store, such as purchase receipts, subscription renewal reminders, password resets, and more.', 'easy-digital-downloads' ); ?>
</p>
<p>
<?php printf( __( '%sLearn More%s (Free trial available)', 'easy-digital-downloads' ), '<a href="https://sendwp.com/" taregt="_blank" rel="noopener noreferrer">', '</a>' ); ?>
<?php _e( 'We recommend SendWP to ensure quick and reliable delivery of all emails sent from your store, such as purchase receipts, subscription renewal reminders, password resets, and more.', 'easy-digital-downloads' ); ?> <?php printf( __( '%sLearn more%s (Free trial available)', 'easy-digital-downloads' ), '<a href="https://sendwp.com/" target="_blank" rel="noopener noreferrer">', '</a>' ); ?>
</p>
<p>
<button type="button" id="edd-sendwp-connect" class="button button-primary"><?php esc_html_e( 'Connect with SendWP', 'easy-digital-downloads' ); ?>
Expand Down Expand Up @@ -2259,10 +2251,7 @@ function edd_recapture_callback($args) {
else :
?>
<p>
<?php _e( 'We recommend Recapture for recovering lost revenue by automatically sending effective, targeted emails to customers who abandon their shopping cart.', 'easy-digital-downloads' ); ?>
</p>
<p>
<?php printf( __( '%sLearn More%s (Free trial available)', 'easy-digital-downloads' ), '<a href="https://recapture.io/abandoned-carts-easy-digital-downloads" taregt="_blank" rel="noopener noreferrer">', '</a>' ); ?>
<?php _e( 'We recommend Recapture for recovering lost revenue by automatically sending effective, targeted emails to customers who abandon their shopping cart.', 'easy-digital-downloads' ); ?> <?php printf( __( '%sLearn more%s (Free trial available)', 'easy-digital-downloads' ), '<a href="https://recapture.io/abandoned-carts-easy-digital-downloads" target="_blank" rel="noopener noreferrer">', '</a>' ); ?>
</p>
<?php if ( current_user_can( 'install_plugins' ) ) : ?>
<p>
Expand Down

0 comments on commit 53d7392

Please sign in to comment.