Filters the bookmark edit link.
Parameters
$locationstring- The edit link.
$link_idint- Bookmark ID.
Source
return apply_filters( 'get_edit_bookmark_link', $location, $link->link_id );
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
Filters the bookmark edit link.
$locationstring$link_idintreturn apply_filters( 'get_edit_bookmark_link', $location, $link->link_id );
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.