WP HOOKS
filtrod 2.9.0

intermediate_image_sizes_advanced

Args 3Plik wp-admin/includes/image.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the image sizes automatically generated when uploading an image.

Parametry

ParametrTypOpis
$new_sizesarrayAssociative array of image sizes to be created.
$image_metaarrayThe image meta data: width, height, file, sizes, etc.
$attachment_idintThe attachment post ID for the image.

Wywołanie

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

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

Popularne w tej kategorii