WP HOOKS
filtrod 3.5.0

image_editor_save_pre

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

Opis — z kodu źródłowego

Filters the WP_Image_Editor instance for the image to be streamed to the browser.

Parametry

ParametrTypOpis
$image\WP_Image_EditorThe image editor instance.
$attachment_idintThe attachment post ID.

Wywołanie

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

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

Popularne w tej kategorii