Archive | Functions by letter p RSS feed for this section

plugin_dir_url

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

2519

Continue reading

plugin_dir_path

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

2517

Continue reading

plugins_url

Retrieve the url to the plugins directory or to a specific file within that directory.You can hardcode the plugin slug in $path or pass __FILE__ as a second argument to get the correct folder name.

2515

Continue reading