theme_templates

theme_templates

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('theme_templates') is found 1 times:

  • /wp-includes/class-wp-theme.php line 1405
    		 * @param WP_Theme     $theme          The theme object.
    		 * @param WP_Post|null $post           The post being edited, provided for context, or null.
    		 * @param string       $post_type      Post type to get the templates for.
    		 */
    		$post_templates = (array) apply_filters( 'theme_templates', $post_templates, $this, $post, $post_type );
    
    		/**
    		 * Filters list of page templates for a theme.
    		 *
    		 * The dynamic portion of the hook name, `$post_type`, refers to the post type.
    		 *
    

See this hook used in plugins: