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

Fires before the header template file is loaded.


Description Description


Parameters Parameters

$name

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


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.