WP HOOKS
filtrod 4.6.0

the_post_thumbnail_caption

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

Opis — z kodu źródłowego

Filters the displayed post thumbnail caption.

Parametry

ParametrTypOpis
$captionstringCaption for the given attachment.

Wywołanie

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

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

Popularne w tej kategorii