WP HOOKS
filtrod 3.6.0

get_post_galleries

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

Opis — z kodu źródłowego

Filters the list of all found galleries in the given post.

Parametry

ParametrTypOpis
$galleriesarrayAssociative array of all found post galleries.
$post\WP_PostPost object.

Wywołanie

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

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

Popularne w tej kategorii