do_signup_header()
Prints signup_header via wp_head.
Хуки из функции
Возвращает
null. Ничего (null).
Использование
do_signup_header();
Список изменений
| С версии 3.0.0 | Введена. |
Код do_signup_header() do signup header WP 7.1
function do_signup_header() {
/**
* Fires within the head section of the site sign-up screen.
*
* @since 3.0.0
*/
do_action( 'signup_header' );
}