Tribe__Events__Filterbar__View::plugin_url( string $path )
Get the absolute URL to the plugin directory, or a file therein
Contents
Parameters
- $path
-
(string) (Required)
Return
(string)
Source
File: src/Tribe/View.php
public static function plugin_url( $path ) {
return plugins_url( $path, self::$plugin_file );
}