Access Denied Error
Running the most recent version of CP
I recently installed Yoast
SEO for Wordpress and used the data importer and think this may have something to do with the blocked access to admin but am not sure. I did try to rename plugin folder and clear cache and cookies but still have same problem. Plugin folder is now named plugins. When I comment out the below 2 lines I have access to my admin panel but all of my plugins are not showing.
Any help would be appreciated.
PHP Code:
// comment out the below line to work with wpmu
if (!appthemes_is_wpmu())
add_action('admin_init', 'cp_security_check', 1);