WP HOOKS
filtrod 3.6.0

get_post_gallery

Args 3Plik wp-includes/media.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the first-found post gallery.

Parametry

ParametrTypOpis
$galleryarrayThe first-found post gallery.
$postint | \WP_PostPost ID or object.
$galleriesarrayAssociative array of all found post galleries.

Wywołanie

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

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

Popularne w tej kategorii