plugin_dir_url

Definition:
function plugin_dir_url( $file ) {}

Gets the URL directory path (with trailing slash) for the plugin __FILE__ passed in

Parameters

  • string $file: The filename of the plugin (__FILE__)

Return values

returns:the URL path of the directory that contains the plugin

Source code

function plugin_dir_url( $file ) {

	return trailingslashit( plugins_url( '', $file ) );

}

2519

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: