Closed corsonr closed 12 years ago
get_plugin_data() is only defined in the admin section, so this call might cause a "Call to undefined function get_plugin_data()" error message on the frontend.
Good idea to check. I always did an is_admin() check around the file includes as well.
get_plugin_data() is only defined in the admin section, so this call might cause a "Call to undefined function get_plugin_data()" error message on the frontend.