• As mentioned in this thread, it would be great if you could add the default filters to this outgoing message.

    $title = apply_filters( 'retrieve_password_title', $title );
    $message = apply_filters( 'retrieve_password_message', $message, $key );

    The hardcoded message you include “The site administrator of %s has automatically requested to changes your password due to violation issues.” is not appropriate in all cases, and I’ll have to hack the plugin to change it.

    If you could add the filters above on line 563 of ‘bulk_password_reset.php’, it would make your plugin more compatible with other plugins, WP, and allow me to change the outgoing message from functions.php.

    Thanks!

    https://wordpress.org/plugins/bulk-password-reset/

  • The topic ‘Message and Title Filters’ is closed to new replies.