do_action( 'get_footer', string|null $name )

Fires before the footer template file is loaded.


Description


Parameters

$name

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


Top ↑

Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog

Version Description
2.8.0 $name parameter added.
2.1.0 Introduced.