Parameters not working with last version of plugin and WP
-
Hi
I can’t manage to get parameters values in my snippets.For exemple
Code snippet:
<?php echo "TEST1".$_parameters["test"]; echo "TEST2".$test; ?>
PHP shortcode used
<h1>blabla1</h1> [php snippet=8 param=test=hello] <h1>blabla2</h1> [php snippet=8 param="test=hello"]
page result
blabla1 TEST1TEST2 blabla2 TEST1TEST2
do you have any idea of what’s wrong ?
thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Parameters not working with last version of plugin and WP’ is closed to new replies.