do_action_deprecated( ‘add_link_category_form_pre’, object $arg )

In this article

This hook has been deprecated. Use {@see ‘{$taxonomy}_pre_add_form’} instead.

Fires before the link category form.

Parameters

$argobject
Optional arguments cast to an object.

Source

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

Changelog

VersionDescription
3.0.0Use '{$taxonomy_pre_add_form’} instead.
2.3.0Introduced.

User Contributed Notes

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