Archive | Functions RSS feed for this section

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

plugins_api

Retrieve plugin installer pages from WordPress Plugins API.It is possible for a plugin to override the Plugin API result with three filters. Assume this is for plugins, which can extend on the Plugin Info to offer more choices. This is very powerful and must be used with care, when overriding the filters.

2511

Continue reading