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



do_signup_header › WordPress Function

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

Prints signup_header via wp_head.



源码

function do_signup_header() {
	/**
	 * Fires within the head section of the site sign-up screen.
	 *
	 * @since 3.0.0
	 */
	do_action( 'signup_header' );
}