• I am working on my own Email Class that extends the WC_Email class (of course) and I am also using your Email Designer plugin (which is amazing).

    Everything it working as it should, however one thing I cannot figure out is where the ‘subtitle’ is coming from in your plugin.

    For example, all the WooCommerce templates have a ‘Hello from {site_title}!’ Subtitle Text. I am trying to get that to show in my template, and I am not able to do so. The only thing that shows up is the heading.

    I have looked at the WooCommerce source code and the this plugin’s templates and I do not see anything.

    Does this plugin run the heading through a filter? And if so, how can I run my header through it so it too has that subtitle text.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter streamworksaudio

    (@streamworksaudio)

    I can see that the plugin’s email-header.php template is looking for the $email_subtitle variable, I tried to pass that with the wc_get_template_html array arguments (email_subtitle => ‘MY SUBTITLE TEST’;)

    But still I do not see the subtitle showing.

    Thread Starter streamworksaudio

    (@streamworksaudio)

    Would love to get some help on if this is possible or not.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What is adding the ‘Subtitles’’ is closed to new replies.