WP HOOKS
filtrod 4.3.0

wp_ajax_cropped_attachment_id

Args 2Plik wp-admin/includes/ajax-actions.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the attachment ID for a cropped image.

Parametry

ParametrTypOpis
$attachment_idintThe attachment ID of the cropped image.
$contextstringThe Customizer control requesting the cropped image.

Wywołanie

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

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

Popularne w tej kategorii