WP HOOKS
filtrod 2.7.0

edit_bookmark_link

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

Opis — z kodu źródłowego

Filters the bookmark edit link anchor tag.

Parametry

ParametrTypOpis
$linkstringAnchor tag for the edit link.
$link_idintBookmark ID.

Wywołanie

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

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

Popularne w tej kategorii