apply_filters( 'get_edit_bookmark_link', string $location, int $link_id )
- Since
- 2.7.0
Filters the bookmark edit link.
Parameters
$locationstring- The edit link.
$link_idint- Bookmark ID.
Fired at · 1
wp-includes/link-template.php:1695get_edit_bookmark_link()
Source
View on Trac ↗View on GitHub ↗
1689 *1690 * @since 2.7.01691 *1692 * @param string $location The edit link.1693 * @param int $link_id Bookmark ID.1694 */1695 return apply_filters( 'get_edit_bookmark_link', $location, $link->link_id );1696}1697 1698/**1699 * Displays the edit bookmark link anchor content.1700 *1701 * @since 2.7.0
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.0.4 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.