WP HOOKS
filtrod 3.7.0

term_updated_messages

Args 1Plik wp-admin/includes/edit-tag-messages.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the messages displayed when a tag is updated.

Parametry

ParametrTypOpis
$messagesarray[]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
}

Popularne w tej kategorii