Pluggable functions?
-
I had the following code active on my site as a plugin:
if ( !function_exists( 'wp_password_change_notification' ) ) { function wp_password_change_notification() {} }
(this code prevents the admin from getting email notifications when users change their passwords)
I moved this code from the plugin to a Code Snippet and the admin received a password change notification a few minutes later. Can Code Snippets not modify pluggable functions?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Pluggable functions?’ is closed to new replies.