wpseek.com
A WordPress-centric search engine for devs and theme authors



do_activate_header › WordPress Function

Since
Deprecatedn/a
do_activate_header ( No parameters )
Defined at:
Codex:
Change Log:
  • MU

Adds an action hook specific to this page.

Fires on {@see 'wp_head'}.


Source

function do_activate_header() {
	/**
	 * Fires within the `<head>` section of the Site Activation page.
	 *
	 * Fires on the {@see 'wp_head'} action.
	 *
	 * @since 3.0.0
	 */
	do_action( 'activate_wp_head' );
}