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:1696get_edit_bookmark_link()
Source
View on Trac ↗View on GitHub ↗
1690 *1691 * @since 2.7.01692 *1693 * @param string $location The edit link.1694 * @param int $link_id Bookmark ID.1695 */1696 return apply_filters( 'get_edit_bookmark_link', $location, $link->link_id );1697}1698 1699/**1700 * Displays the edit bookmark link anchor content.1701 *1702 * @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 6.8.8 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.