render_block_core_template_part_file

动作钩子
do_action( 'render_block_core_template_part_file', $template_part_id, $attributes, $template_part_file_path, $content )
参数
  • (string) $template_part_id The requested template part namespaced to the theme.
    Required:
  • (array) $attributes The block attributes.
    Required:
  • (string) $template_part_file_path Absolute path to the template path.
    Required:
  • (string) $content The template part content.
    Required:
定义位置
相关勾子
render_block_core_template_part_nonerender_block_core_template_part_postrender_block_contextpre_get_block_file_templatepre_get_block_template
相关方法
render_block_core_template_partregister_block_core_template_partrender_block_core_site_titlerender_block_core_post_templaterender_block_core_filerender_block_core_categories
引入
5.9.0
弃用
-

render_block_core_template_part_file。这个过滤钩子用于修改用于渲染块的核心模板部分的文件路径。该钩子为开发者提供了使用自定义模板部分而不是WordPress提供的默认模板部分的权限。

当一个区块模板部分从主题中的模板部分加载时,就会触发。

do_action( 'render_block_core_template_part_file', $template_part_id, $attributes, $template_part_file_path, $content );

常见问题

FAQs
查看更多 >