filtrod 6.3.0
image_edit_thumbnails_separately
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
| Parametr | Typ | Opis |
|---|---|---|
$show | bool | Whether 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
}
// rejestracja funkcji zwrotnej
add_filter( 'image_edit_thumbnails_separately', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii