filtrod 3.5.0
image_editor_default_mime_type
Opis — z kodu źródłowego
Filters default mime type prior to getting the file extension.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$mime_type | string | Mime type string. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'image_editor_default_mime_type', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'image_editor_default_mime_type', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii