do_action( 'add_tag_form_fields', string $taxonomy )

Fires after the Add Tag form fields for non-hierarchical taxonomies.


Parameters

$taxonomy string
The taxonomy slug.

Top ↑

Source

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

do_action( 'add_tag_form_fields', $taxonomy );

Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

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