deleted_link WordPress Action Hook
The deleted_link hook is called whenever a link is deleted from the WordPress database. It is passed the ID of the deleted link.
do_action( 'deleted_link', int $link_id ) #
Fires after a link has been deleted.
Parameters
- $link_id
(int)ID of the deleted link.
Source
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |