wp_get_theme_data_custom_templates

函数
wp_get_theme_data_custom_templates ( No parameters )
返回值
  • (array) Associative array of `$template_name => $template_data` pairs, with `$template_data` having "title" and "postTypes" fields.
定义位置
相关方法
wp_get_theme_data_template_partswp_theme_auto_update_setting_templatewp_get_theme_directory_pattern_slugswp_print_media_templatesget_embed_template
引入
6.4.0
弃用
-

通过theme.json返回主题定义的自定义模板的元数据。

function wp_get_theme_data_custom_templates() {
	return WP_Theme_JSON_Resolver::get_theme_data( array(), array( 'with_supports' => false ) )->get_custom_templates();
}

常见问题

FAQs
查看更多 >