[pmwiki-users] I want to use FmtPV from mackup to set Page Variable, but can't get it to work reliably

Christopher Cox ccox at endlessnow.com
Fri Jul 14 11:45:23 CDT 2017


What I want is to have something like:


(:mymarkup:)

{$mymarkupvar}


on a page.  Where mymarkup does inside it's function:


global $FmtPV;


$GLOBALS['myvar'] = 'hello';

$FmtPV['$mymarkupvar'] = '$GLOBALS["myvar"]';






More information about the pmwiki-users mailing list