edit_link WordPress Action Hook
The edit_link Wordpress hook allows you to modify the link that is displayed when you hover over a post in the admin area. This can be useful if you want to change the URL or add additional query parameters.
do_action( 'edit_link', int $link_id ) #
Fires after a link was updated in the database.
Parameters
- $link_id
(int)ID of the link that was updated.
Source
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |