add_tag_form_pre

add_tag_form_pre

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

do_action('add_tag_form_pre') is found 1 times:

  • /wp-admin/edit-tags.php line 401
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
         * @deprecated 3.0.0 Use {$taxonomy}_pre_add_form instead.
         *
         * @param string $taxonomy The taxonomy slug.
         */
        do_action( 'add_tag_form_pre', $taxonomy );
    }
     
    /**
     * Fires before the Add Term form for all taxonomies.
     *
     * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.