WP HOOKS
filtrod 3.1.0

get_media_item_args

Args 1Plik wp-admin/includes/media.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the arguments used to retrieve an image for the edit image form.

Parametry

ParametrTypOpis
$parsed_argsarrayAn array of arguments.

Wywołanie

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

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

Popularne w tej kategorii