user_edit_form_tag

user_edit_form_tag

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('user_edit_form_tag') is found 1 times:

  • /wp-admin/user-edit.php line 284
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    * Fires inside the your-profile form tag on the user editing screen.
     *
     * @since 3.0.0
     */
    do_action( 'user_edit_form_tag' );
    ?>
    >
    <?php wp_nonce_field( 'update-user_' . $user_id ); ?>
    <?php if ( $wp_http_referer ) : ?>
        <input type="hidden" name="wp_http_referer" value="<?php echo esc_url( $wp_http_referer ); ?>" />
    <?php endif; ?>

See this hook used in plugins: