do_action( "{$taxonomy}_pre_add_form", string $taxonomy )

Fires before the Add Term form for all taxonomies.


Description

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


Parameters

$taxonomy

(string) The taxonomy slug.


Source

File: wp-admin/edit-tags.php

View on GitHub


Changelog

Changelog
Version Description
WP-3.0.0 Introduced.