Warning: This hook has been deprecated. Use ‘{$taxonomy_add_form’} instead.

do_action_deprecated( 'edit_link_category_form', object $arg )

Fires at the end of the Edit Link form.


Parameters

$arg object
Optional arguments cast to an object.

Top ↑

Source

File: wp-admin/edit-tags.php. View all references

do_action_deprecated( 'edit_link_category_form', array( (object) array( 'parent' => 0 ) ), '3.0.0', '{$taxonomy}_add_form' );

Top ↑

Changelog

Changelog
Version Description
3.0.0 Use '{$taxonomy_add_form'} instead.
2.3.0 Introduced.

Top ↑

User Contributed Notes

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