filtrod 3.7.0
term_updated_messages
Opis — z kodu źródłowego
Filters the messages displayed when a tag is updated.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$messages | array[] | Array of arrays of messages to be displayed, keyed by taxonomy name. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'term_updated_messages', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'term_updated_messages', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii