WordPress Login Affected
-
Hi, I’m trying to utilize Plugin Organizer and I have two login plugins installed (lockerpress & active directory). I have selective admin disabled, but Plugin Organizer treats wp-login.php as a standard page.
How can I disable these plugins everywhere except on wp-login.php and the admin dashboard?
Can I do something like this? In plugin-organizer/lib/PluginOrganizerMU.class.php –
function disable_plugins($pluginList, $networkPlugin=0) { global $wpdb, $pagenow; $newPluginList = array(); if ( basename(__FILE__) != 'wp-login.php' && is_array($pluginList) ...
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘WordPress Login Affected’ is closed to new replies.