Warning: This hook has been deprecated. Use {$taxonomy}_edit_form_fields instead.

do_action( 'edit_link_category_form_fields', WP_Term $tag )

Fires after the Edit Link Category form fields are displayed.


Description Description


Parameters Parameters

$tag

(WP_Term) Current link category term object.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Use {$taxonomy}_edit_form_fields instead.
2.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.