theme_templates WordPress Filter Hook
The theme_templates hook allows you to modify the templates used by your theme. This can be useful for making small changes to your theme, or for completely customizing your theme.
apply_filters( 'theme_templates', string[] $post_templates , WP_Theme $theme , WP_Post|null $post , string $post_type ) #
Filters list of page templates for a theme.
Parameters
Source
Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |