wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



image_editor_default_mime_type › WordPress Filter Hooks

Seit3.5.0
Veraltetn/v
apply_filters( 'image_editor_default_mime_type', $this->default_mime_type )
Parameter:
  • (string) $mime_type Mime type string.
    Erforderlich: Ja
Definiert in:
Codex:

Filters default mime type prior to getting the file extension.





Quellcode

$mime_type = apply_filters( 'image_editor_default_mime_type', $this->default_mime_type );