function($plugin = NULL) { if (($this->_plugin || $plugin) && \defined('BBN_DATA_PATH')) { return BBN_DATA_PATH.'plugins/'.$this->pluginName($plugin ?: $this->_plugin).'/'; } return null; }