ext2type WordPress Filter Hook
The ext2type WordPress hook is used to extend the functionality of the WordPress core. It is used to add new features or modify existing ones. This hook is used extensively by plugins and themes.
apply_filters( 'ext2type', array[] $ext2type ) #
Filters file type based on the extension name.
Description
See also
Parameters
- $ext2type
(array[])Multi-dimensional array of file extensions types keyed by the type of file.
Source
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |