Woocommerce email footer text with current year shortcode
-
Hi,
How do I put a current year in woocommerce email footer text area?
Bricks Theme has current year shortcode but –
? 2017-{current_date:Y} AVEC33 — All rights reserved
it didn’t work for woocommerce email footer text area.
I also try to use this function but it also didn’t work.
//woocommerce current year shortcode //Display current year add_filter (‘widget_text’, ‘do_shortcode’); function year_shortcode () { $year = date_i18n (‘Y’); return $year; } add_shortcode (‘year’, ‘year_shortcode’);
I did use Kadence WooCommerce Email Designer and it has current year shortcode for woocommerce but it has problem with shipping phone field not showing in emails. I am in trouble.
Any suggestion.
Thanks`
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Woocommerce email footer text with current year shortcode’ is closed to new replies.