signup_hidden_fields

动作钩子


do_action( 'signup_hidden_fields', 'create-another-site' )
参数
  • (string)
    $context
    A string describing the steps of the sign-up process. The value can be
    ‘create-another-site’, ‘validate-user’, or ‘validate-site’.
    Required:
定义位置
  • wp-signup.php
    , line 409
引入
MU (3.0.0)
弃用

Hidden sign-up form fields output when creating another site or user.

do_action( 'signup_hidden_fields', 'create-another-site' );