{$taxonomy}_edit_form_fields

Advertisement

Summery Summery

Fires after the Edit Term form fields are displayed.

Syntax Syntax

do_action( "{$taxonomy}_edit_form_fields", WP_Term $tag, string $taxonomy )

Description Description

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

Parameters Parameters

$tag

Current taxonomy term object.

$taxonomy

Current taxonomy slug.

Source Source

File: wp-admin/edit-tag-form.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply