wpseek.com
A WordPress-centric search engine for devs and theme authors



theme_templates › WordPress Filter Hooks

Since4.9.6
Deprecatedn/a
apply_filters( 'theme_templates', $post_templates, $this, $post, $post_type )
Parameters: (4)
  • (string[]) $post_templates Array of template header names keyed by the template file name.
    Required: Yes
  • (WP_Theme) $theme The theme object.
    Required: Yes
  • (WP_Post|null) $post The post being edited, provided for context, or null.
    Required: Yes
  • (string) $post_type Post type to get the templates for.
    Required: Yes
Defined at:
Codex:

Filters list of page templates for a theme.





Source

$post_templates = (array) apply_filters( 'theme_templates', $post_templates, $this, $post, $post_type );