Exemplo n.º 1
0
 public function enqueuePluginAdminCss()
 {
     $sUnique = $this->doPluginPrefix('plugin_css');
     wp_register_style($sUnique, $this->getCssUrl('plugin.css'), array($this->doPluginPrefix('bootstrap_wpadmin_css_fixes')), $this->oPluginVo->getVersion());
     wp_enqueue_style($sUnique);
 }
 /**
  */
 protected function updateOptionsVersion()
 {
     $this->setOpt(self::PluginVersionKey, $this->oPluginVo->getVersion());
 }