函数原型
do_signup_header()
函数描述
Prints signup_header via wp_head.
是否弃用
未弃用
函数参数
无
函数返回值
无
函数位置
File: wp-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' );
}
源码链接
变更日志
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |

