Hi,
I keep getting this error when putting this in my plugin:
Fatal error: Call to undefined function is_plugin_active() in /home/xxxx/xx
if (is_plugin_active('wplite/wplite.php')) {
wp_get_current_user();
if ($current_user->user_login=="Webmaster") {
remove_action('admin_menu', 'wplite_disable_menus');
remove_action('admin_head', 'wplite_disable_metas');
}}
Why is this happening?