• Resolved toad78

    (@toad78)


    Without modifying the plugin’s code, I’d like to adapt a filter modification within my theme’s functions.php.

    I’d like to modify the ‘mailpoet_woocommerce_subscribe_confirm’ notice. To modify, would I adapt the filter like this?

    if ( apply_filters( ‘mailpoet_woocommerce_display_confirm_notice’, true ) ) {
    wc_add_notice( apply_filters( ‘mailpoet_woocommerce_subscribe_confirm’, __( ‘We received your subscription request. Please verify the email to confirm your subscription. Thank you.’, ‘mailpoet-woocommerce-add-on’ ) ) );
    }

    Thank you for your help.

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Filter Modification’ is closed to new replies.