Warning: This hook has been deprecated. Use ‘{$taxonomy_pre_add_form’} instead.

do_action_deprecated( 'add_tag_form_pre', string $taxonomy )

Fires before the Add Tag form.


Parameters

$taxonomy string
The taxonomy slug.

Top ↑

Source

File: wp-admin/edit-tags.php. View all references

do_action_deprecated( 'add_tag_form_pre', array( $taxonomy ), '3.0.0', '{$taxonomy}_pre_add_form' );

Top ↑

Changelog

Changelog
Version Description
3.0.0 Use '{$taxonomy_pre_add_form'} instead.
2.5.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.