wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



do_activate_header › WordPress Function

Seit
Veraltetn/v
do_activate_header ( Keine Parameter )
Definiert in:
Codex:
Changelog:
  • MU

Adds an action hook specific to this page.

Fires on {@see 'wp_head'}.


Quellcode

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