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_headerhook is defined inwp-activate.phpfile which includes theme’sheader.phpbut not thefunctions.phpfile. 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.phppage is only being called when WordPress multi site network is activate.