wp_before_load_template

动作钩子
do_action( 'wp_before_load_template', $_template_file, $require_once, $args )
参数
  • (string) $_template_file The full path to the template file.
    Required:
  • (bool) $require_once Whether to require_once or require.
    Required:
  • (array) $args Additional arguments passed to the template.
    Required:
定义位置
相关勾子
wp_after_load_templatepre_get_block_templatepre_get_block_templatesget_block_templateget_block_templates
相关方法
wp_underscore_audio_templateload_templatewp_enable_block_templateswp_underscore_video_templatewp_underscore_playlist_templateswp_maybe_load_embeds
引入
6.1.0
弃用
-

wp_before_load_template 动作是一个 WordPress 钩子。在加载模板之前,该钩子允许插件或主题在加载模板之前进行操作。

在加载模板文件之前触发。

do_action( 'wp_before_load_template', $_template_file, $require_once, $args );

常见问题

FAQs
查看更多 >