Fires before the Site Activation page is loaded.
Source
do_action( 'activate_header' );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Fires before the Site Activation page is loaded.
do_action( 'activate_header' );
Version | Description |
---|---|
3.0.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
activate_header
hook is defined inwp-activate.php
file which includes theme’sheader.php
but not thefunctions.php
file. So it will throw fatal errors if any function or functions called on fire of this hook which are defined in theme’sfunctions.php
. Also it’ll not work if you hook any function infunctions.php
. And thiswp-activate.php
page is only being called when WordPress multi site network is activate.