Exemple #1
0
 public function loadPluginManager()
 {
     require_once IFW_PSN_LIB_ROOT . '/IfwPsn/Wp/Plugin/Manager.php';
     $customAbbr = isset($this->_config->plugin->customAbbr) ? $this->_config->plugin->customAbbr : null;
     $this->_pm = IfwPsn_Wp_Plugin_Manager::init($this->_pluginPathinfo, $customAbbr);
     $this->_pm->getLogger()->log($this->_pm->getAbbr() . ': Pluginmanager loaded.');
 }