{$taxonomy}_edit_form

Advertisement

Summery Summery

Fires at the end of the Edit Term form for all taxonomies.

Syntax Syntax

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