I used is_plugin_active() to find installed and active plugins. But is there a function, or a method to find an installed, but not currently active plugin?
I've tried file_exists() and is_file() to check for files that are known to exist in the plugin directory, but for some reason doesn't seem to work. Any simple method?
Thanks,
Richard