signup_hidden_fields

signup_hidden_fields

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('signup_hidden_fields') is found 3 times:

  • /wp-signup.php line 409

    *
    * @param string $context A string describing the steps of the sign-up process. The value can be
    * ‘create-another-site’, ‘validate-user’, or ‘validate-site’.
    */
    do_action( ‘signup_hidden_fields’, ‘create-another-site’ );
    ?>

    Share this:

  • /wp-signup.php line 629
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    <form id="setupform" method="post" action="wp-signup.php" novalidate="novalidate">
        <input type="hidden" name="stage" value="validate-user-signup" />
        <?php
        /** This action is documented in wp-signup.php */
        do_action( 'signup_hidden_fields', 'validate-user' );
        ?>
        <?php show_user_form( $user_name, $user_email, $errors ); ?>
     
        <?php if ( 'blog' === $active_signup ) : ?>
            <input id="signupblog" type="hidden" name="signup_for" value="blog" />
        <?php elseif ( 'user' === $active_signup ) : ?>
  • /wp-signup.php line 774

    Share this: