{$taxonomy}_pre_add_form

Advertisement

Summery Summery

Fires before the Add Term form for all taxonomies.

Syntax Syntax

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

Description Description

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

Parameters Parameters

$taxonomy

The taxonomy slug.

Source Source

File: wp-admin/edit-tags.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply