Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hallo,

    ich habe das selbe Problem mit dem Divi Theme / Pagebuilder und habe folgenden Code versucht:

    // Remove shortcodes from woocommerce germanized e-mails
    function remove_shortcodes_in_email(){
      remove_all_shortcodes();
    }
    add_action( 'woocommerce_germanized_attach_email_footer', 'remove_shortcodes_in_email' );

    Leider werden weiterhin shortcodes in der E-Mail angezeigt. Habe ich hier etwas falsch gemacht?

    Gru?,
    Michael

    • This reply was modified 4 years, 4 months ago by madmadic.
Viewing 1 replies (of 1 total)