shortcode in functions.php
-
Hello,
I try to run in functions.php a tablepress shortcode.
The shortcode don’t execute and return the string name.
An example:function process_post() { echo do_shortcode("[table id=1 /]"); } add_action("init", "process_post");
I checked if the plugin is enable and loaded. Can you help me?
Thanks.
- The topic ‘shortcode in functions.php’ is closed to new replies.