parsing code generated by Woody PHP.
-
Hi guys,
I need Woody PHP to generate a shortcode that I need to give in input to another plugin. The example below should help me explain the situation:
<?php
echo “My table: [wpdatatable id=1]”;
?>
For some reasons the shortcode generated by Woody is not parsed by the second plugin (in this case wpdatatable) and it is just shown as it is on the screen “My table: [wpdatatable id=1]”.
Is there any way to do this parsing?
Thanks,
Dario
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘parsing code generated by Woody PHP.’ is closed to new replies.