Accordion shortcode
-
Hi there!
I would like to use the accordion’s shortcode in a page template.
To do so, I’d like to use the function do_shortcode(…). So far I have the following code:$tabs_array = array( array('tab_title' => 'TEST','tab_content' => 'Content 1'), array('tab_title' => 'TEST','tab_content' => 'Content 2'), array('tab_title' => 'TEST','tab_content' => 'Content 3') ); $tabs_json = json_encode($tabs_array); echo do_shortcode('[accordion tabs="'.$tabs_json.'" ][/accordion]');But this isn’t working, can you help me?
Thanks! 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Accordion shortcode’ is closed to new replies.