apply_filters( 'default_template_types', array $default_template_types )
Filters the list of template types.
Parameters
- $default_template_types
-
(array) An array of template types, formatted as [ slug => [ title, description ] ].
Source
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |