do_action( ‘delete_link’, int $link_id )

In this article

Fires before a link is deleted.

Parameters

$link_idint
ID of the link to delete.

Source

do_action( 'delete_link', $link_id );

Changelog

VersionDescription
2.0.0Introduced.

User Contributed Notes

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