WP HOOKS
filtrod 2.1.0

wp_get_attachment_thumb_url

Args 2Plik wp-includes/post.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the attachment thumbnail URL.

Parametry

ParametrTypOpis
$thumbnail_urlstringURL for the attachment thumbnail.
$post_idintAttachment ID.

Wywołanie

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

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

Popularne w tej kategorii