WP HOOKS
filtrod 2.5.0

ext2type

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

Opis — z kodu źródłowego

Filters file type based on the extension name.

Parametry

ParametrTypOpis
$ext2typearray[]Multi-dimensional array of file extensions types keyed by the type of file.

Wywołanie

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

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

Popularne w tej kategorii