Add PHP code to your WordPress posts, pages, custom post types and even sidebars using shortcodes
To assign variables to the array, use the following code:
global $PHPPC;
$PHPPC->$_vars["myvaridentifier"] = $myvar;
and to read a variable from the array use this code:
global $PHPPC;
$myvar = $PHPPC->$_vars["myvaridentifer"];
Simples!
:)
Requires: 3.3.1 or higher
Compatible up to: 3.4.2
Last Updated: 2012-8-23
Downloads: 13,097
0 of 2 support threads in the last two months have been resolved.
Got something to say? Need help?