get_edit_bookmark_link WordPress Filter Hook
The get_edit_bookmark_link hook is used to edit a link in the Wordpress administration area. It allows you to change the URL and the text of the link.
apply_filters( 'get_edit_bookmark_link', string $location , int $link_id ) #
Filters the bookmark edit link.
Parameters
- $location
(string)The edit link.
- $link_id
(int)Bookmark ID.
Source
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |