wpseek.com
WordPress开发者和主题制作者的搜索引擎



do_activate_header › WordPress Function

Since
已弃用n/a
do_activate_header ( 没有参数 )
定义在:
文档:
Change Log:
  • MU

Adds an action hook specific to this page.

Fires on {@see 'wp_head'}.


源码

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