WP HOOKS
filtrod 2.7.0

edit_tag_link

Args 1Plik wp-includes/link-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the anchor tag for the edit link for a tag (or term in another taxonomy).

Parametry

ParametrTypOpis
$linkstringThe anchor tag for the edit link.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'edit_tag_link', 'twoja_funkcja' );

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

Popularne w tej kategorii