wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



do_activate_header › WordPress Function

Da
Deprecaton/a
do_activate_header ( Nessun parametro )
Definito a:
Codex:
ChangeLog:
  • MU

Adds an action hook specific to this page.

Fires on {@see 'wp_head'}.


Sorgenti

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' );
}