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

Fires before the footer template file is loaded.


Description Description


Parameters Parameters

$name

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


Top ↑

Source Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 $name parameter added.
2.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.