[Plugin: MiniMeta]
-
MiniMeta 4.0.2 with WordPress 2.7
I have a MiniMeta option called ‘abc’ and I’m trying to call it as a php function thus:
<?php if (function_exists('MiniMetaWidgetSidebar')) MiniMetaWidgetSidebar("abc"); ?>
When the page displays I appear to get the default settings for MiniMeta rather than those I selected for ‘abc’. I’ve had a look through the code but I can’t follow it through (I’m a bit confused as to why there is a call to wp_ceate_nonce() in the display function:
function MiniMetaWidgetSidebar($name) { MiniMetaWidgetDisplay::display(wp_create_nonce($name),array('type'=>'PHP')); }
Ideas anyone?
- The topic ‘[Plugin: MiniMeta]’ is closed to new replies.