Tribe__Events__Filterbar__View::plugin_url( string $path )

Get the absolute URL to the plugin directory, or a file therein


Parameters

$path

(string) (Required)


Top ↑

Return

(string)


Top ↑

Source

File: src/Tribe/View.php

		public static function plugin_url( $path ) {
			return plugins_url( $path, self::$plugin_file );
		}