Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaworowicz/2c6adec20556a898310e55ea5a2d663e to your computer and use it in GitHub Desktop.
Save jaworowicz/2c6adec20556a898310e55ea5a2d663e to your computer and use it in GitHub Desktop.
// Instukcja i wyjaśnienie: http://jaworowi.cz/?p=4496
add_filter( 'wpmu_signup_user_notification_subject', 'jcz_rejestracja_tytul', 10, 4 );
function jcz_rejestracja_tytul( $text ) {
return 'Dowolny tekst, który chcesz mieć w tytule';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment