HTML inside accordion shortcode
-
Im trying to add a list item inside the accordion shortcode but it seems to break it.
Is this an isolated incident?I think in order to contain html inside a shortcode you have to wrap it in do_shortcode($content) as the output in the shortcode PHP code.
That or maybe ob_start(); and return ob_get_clean(); will fix it?
- The topic ‘HTML inside accordion shortcode’ is closed to new replies.