do_action_deprecated( ‘add_tag_form’, string $taxonomy )

In this article

This hook has been deprecated. Use {@see ‘{$taxonomy}_add_form’} instead.

Fires at the end of the Add Tag form.

Parameters

$taxonomystring
The taxonomy slug.

Source

do_action_deprecated( 'add_tag_form', array( $taxonomy ), '3.0.0', '{$taxonomy}_add_form' );

Changelog

VersionDescription
3.0.0Use '{$taxonomy_add_form’} instead.
2.7.0Introduced.

User Contributed Notes

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