filtrod MU (3.0.0)
update_welcome_subject
Opis — z kodu źródłowego
Filters the subject of the welcome email sent to the site administrator after site activation.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$subject | string | Subject of the email. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'update_welcome_subject', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'update_welcome_subject', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}