Exemplo n.º 1
0
 /**
  * Get the plugin path
  *
  * @note plugin_dir_path() does this
  * @deprecated Use FFLCOMMERCE_DIR constant instead.
  * @return  string  url
  */
 public static function plugin_path()
 {
     if (!empty(self::$plugin_path)) {
         return self::$plugin_path;
     }
     return self::$plugin_path = dirname(dirname(__FILE__));
 }