do_signup_header()

最后更新于:2021-11-26 03:59:02

do_signup_header()

Prints signup_header via gc_head

源文件

文件: gc-signup.php

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