get_footer

最后更新于:2021-11-26 22:34:54

do_action( ‘get_footer’, string|null $name, array $args )

Fires before the footer template file is loaded.

参数

$name

(string|null)
Name of the specific footer file to use. Null for the default footer.

$args

(array)
Additional arguments passed to the footer template.

源文件

文件: gc-includes/general-template.php

View on Trac