Skip to content

Instantly share code, notes, and snippets.

View Travis-A-Chapman's full-sized avatar

Travis Chapman Travis-A-Chapman

View GitHub Profile
@UltraSimplified
UltraSimplified / functions.php
Last active November 24, 2022 17:27
Override the standard WordPress password messages
/*
* Change the password reset text
*
**/
function change_password_reset_text_filter( $translated_text, $untranslated_text, $domain ) {
switch( $untranslated_text ) {
case 'Enter your new password below.':