WP HOOKS
filtrod 2.6.0

image_add_caption_shortcode

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

Opis — z kodu źródłowego

Filters the image HTML markup including the caption shortcode.

Parametry

ParametrTypOpis
$shcodestringThe image HTML markup with caption shortcode.
$htmlstringThe image HTML markup.

Wywołanie

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

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

Popularne w tej kategorii