Parameters problem after update
-
After updating to 2.0.2 I’m having problems with parameters.
In one snippet I fetch the following parameters:
$classname = $_parameters[“class”];
$extclass = $_parameters[“extclass”];
$clhandle = ($extclass<>”?’_’:’:’);
$normheight = $_parameters[“nheight”];
$zoomheight = $_parameters[“zheight”];
$transition = $_parameters[“transition”];But when I do a
echo do_shortcode(‘[php snippet=8 param="class=image_upg&extclass=image_upg_ani&nheight=150px&zheight=300px&transition=RotateSlow"]‘);
it seems that there is no data returned from the parameters.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Parameters problem after update’ is closed to new replies.