Example #1
0
 /**
  * Return the core plugin directory name.
  * Default name if any luck.
  *
  * @return string
  */
 function themosis_plugin_directory_name()
 {
     return class_exists('THFWK_Themosis') ? THFWK_Themosis::getDirName() : 'themosis-framework';
 }