WP HOOKS
filtrod 6.3.0

image_edit_thumbnails_separately

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

Opis — z kodu źródłowego

Shows the settings in the Image Editor that allow selecting to edit only the thumbnail of an image.

Parametry

ParametrTypOpis
$showboolWhether to show the settings in the Image Editor. Default false.

Wywołanie

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

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

Popularne w tej kategorii