How to add shortcode to html widget
Question
I’m trying to include a shortcode to an html widget by adding to functions.php add_filter( ‘widget_text’, ‘shortcode_unautop’); add_filter( ‘widget_text’, ‘do_shortcode’);
and to the html widget alert(“‘” + [user_email] + “‘”);
but it keeps saying user_email is not defined.
0
shortcode, widgets
3 years
2019-12-02T06:46:51-05:00
2019-12-02T06:46:51-05:00 0 Answers
60 views
0
Leave an answer