Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

vaxace on "Getting the directory of another plugin"

$
0
0

I'm writing a plugin wherein I need to get the directory of another plugin.

The only functions that I've found that return a plugin directory all require a file within that plugin to be passed to them (e.g. plugin_dir_path( __FILE__ );).

This obviously won't work in my situation since I don't have the plugin's file.

Suggestions?

Thanks in advance.


Viewing all articles
Browse latest Browse all 8245

Trending Articles