Insert shortcode in php
-
Hello,
I would like to insert the shortcode to expand a form. Problem: the form is build within a php file and not a post.
The form is something like :
<form action="" class="myclass" method="mypost" enctype='multipart/form-data'> <table width="100%" class="myclass2"> <?php foreach ( $args as $item) { <tr> <td> </td> </tr> </table> </form>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Insert shortcode in php’ is closed to new replies.