filtrod 4.3.0
wp_ajax_cropped_attachment_id
Opis — z kodu źródłowego
Filters the attachment ID for a cropped image.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$attachment_id | int | The attachment ID of the cropped image. |
$context | string | The 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
}
// 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