Created
April 15, 2017 00:30
-
-
Save jaworowicz/2c6adec20556a898310e55ea5a2d663e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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