WP2 wp_login plugin broken
-
I did an LDAP plugin that overrides wp_login for 1.5.2 but it’s broken in WP2. Overriding:
function wp_login($username, $password, $already_md5 = false)
I get:
Cannot redeclare wp_login() (previously declared in /PATH/wp-includes/pluggable-functions.php:171)
is there anything I can try to sort it?
thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WP2 wp_login plugin broken’ is closed to new replies.