{$taxonomy}_add_form_fields

Advertisement

Summery Summery

Fires after the Add Term form fields.

Syntax Syntax

do_action( "{$taxonomy}_add_form_fields", 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