wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_template_part_{$slug} › WordPress动作钩子

Since5.5.0
已弃用n/a
do_action( "get_template_part_{$slug}", $slug, $name, $args )
参数: (3)
  • (string) $slug The slug name for the generic template.
    Required: Yes
  • (string|null) $name The name of the specialized template or null if there is none.
    Required: Yes
  • (array) $args Additional arguments passed to the template.
    Required: Yes
定义在:
文档:

Fires before the specified template part file is loaded.

The dynamic portion of the hook name, $slug, refers to the slug name for the generic template part.





源码

do_action( "get_template_part_{$slug}", $slug, $name, $args );