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



get_footer › WordPress动作钩子

Since5.5.0
已弃用n/a
do_action( 'get_footer', $name, $args )
参数: (2)
  • (string|null) $name Name of the specific footer file to use. Null for the default footer.
    Required: Yes
  • (array) $args Additional arguments passed to the footer template.
    Required: Yes
定义在:
文档:

Fires before the footer template file is loaded.





源码

do_action( 'get_footer', $name, $args );