edit_bookmark_link WordPress Filter Hook
The edit_bookmark_link hook is used to edit the link for a bookmark. This hook is used by the bookmarks_edit_link() function.
apply_filters( 'edit_bookmark_link', string $link , int $link_id ) #
Filters the bookmark edit link anchor tag.
Parameters
- $link
(string)Anchor tag for the edit link.
- $link_id
(int)Bookmark ID.
Source
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |