I am developing a plugin that makes use of Gravity Forms. Before the plugin can do anything I'd like to determine if Gravity Forms is installed and activated. How can I achieve this?
I am developing a plugin that makes use of Gravity Forms. Before the plugin can do anything I'd like to determine if Gravity Forms is installed and activated. How can I achieve this?
Can anyone shine some light on this?
There are multiple ways to do this. The first way would be use the WordPress built-in check function:
http://codex.wordpress.org/Function_Reference/is_plugin_active
Let me know if that helps.
Daivd, thanks, I need to imporove my search skills. This thread can be closed.
No problem.