This hook has been deprecated. Use {$taxonomy}_pre_add_form instead.

do_action( 'add_tag_form_pre', string $taxonomy )

Fires before the Add Tag form.


Parameters

$taxonomy

(string) The taxonomy slug.


Source

File: wp-admin/edit-tags.php

View on GitHub


Changelog

Changelog
Version Description
WP-3.0.0 Use {$taxonomy}_pre_add_form instead.
WP-2.5.0 Introduced. This hook has been deprecated. Use {$taxonomy}_pre_add_form instead.