Shortcode are not working in Option tree textarea

I am using option tree. In textarea, i place shortcode

[layerslider id="1"]

its not working, i also found same post replied by plugin author
allow shortcodes in textarea in option tree

applied the

do_shortcode('[layerslider]');

still no solution

2 Answers
2

Got the solution.

you can use shortcode e.g. [layerslider id=”1″] in textarea/textbox and call it by the name to the textarea/textbox use in option tree function files

e.g.

get_option_tree( 'textboxname');

Leave a Comment