filtrod 4.5.0
image_strip_meta
Opis — z kodu źródłowego
Filters whether to strip metadata from images when they're resized.
This filter only applies when resizing using the Imagick editor since GD always strips profiles by default.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$strip_meta | bool | Whether to strip image metadata during resizing. Default true. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'image_strip_meta', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'image_strip_meta', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii