WP HOOKS
filtrod 2.8.0

terms_to_edit

Args 2Plik wp-admin/includes/taxonomy.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the comma-separated list of terms available to edit.

Parametry

ParametrTypOpis
$terms_to_editstringA comma-separated list of term names.
$taxonomystringThe taxonomy name for which to retrieve terms.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'terms_to_edit', 'twoja_funkcja', 10, 2 );

function twoja_funkcja($param_1, $param_2) {
	// Twój kod
}

Popularne w tej kategorii