_frontend =& $frontend; foreach ($this->constructor_args as $k=>$v) { if (isset($args[$k])) $this->$k = stripslashes($args[$k]); } } function hide() { $this->_frontend->tpl->setVar('PLUGIN_' . strtoupper(get_class($this)), ''); } function run($hook, &$hook_data) { } function install() { // this function will run under WordPress, with a dummy frontend } } ?>