• Besides updating the plugin core files, is there a way to change the error messages? For instance, change the ones that are in the somfrp-function.php file

    if ( strpos( $user_info, ‘@’ ) ) {
    $user_data = get_user_by( ’email’, $user_info );
    if ( empty( $user_data ) ) {
    $errors[‘no_email’] = __( ‘That email address is not recognised. ‘, ‘frontend-reset-password’ );
    }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Changing the Error messages’ is closed to new replies.