WP HOOKS
filtrod 3.0.0

getimagesize_mimes_to_exts

Args 1Plik wp-includes/functions.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the list mapping image mime types to their respective extensions.

Parametry

ParametrTypOpis
$mime_to_extarrayArray of image mime types and their matching extensions.

Wywołanie

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

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

Popularne w tej kategorii