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

Fires before the header template file is loaded.


Description


Parameters

$name

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


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.