do_action( “{$taxonomy}_add_form_fields”, string $taxonomy )

In this article

Fires after the Add Term form fields.

Description

The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.

Possible hook names include:

  • category_add_form_fields
  • post_tag_add_form_fields

Parameters

$taxonomystring
The taxonomy slug.

Source

do_action( "{$taxonomy}_add_form_fields", $taxonomy );

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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