edit_tag_form_pre

edit_tag_form_pre

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

do_action('edit_tag_form_pre') is found 1 times:

  • /wp-admin/edit-tag-form.php line 44
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
         * @deprecated 3.0.0 Use {$taxonomy}_pre_edit_form instead.
         *
         * @param WP_Term $tag Current tag term object.
         */
        do_action( 'edit_tag_form_pre', $tag );
    }
     
    /**
     */
    wp_reset_vars( array( 'wp_http_referer' ) );