Archive | Filters RSS feed for this section

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