wpseek.com
A WordPress-centric search engine for devs and theme authors



edit_bookmark_link › WordPress Filter Hooks

Since2.7.0
Deprecatedn/a
apply_filters( 'edit_bookmark_link', $link, $bookmark->link_id )
Parameters: (2)
  • (string) $link Anchor tag for the edit link.
    Required: Yes
  • (int) $link_id Bookmark ID.
    Required: Yes
Defined at:
Codex:

Filters the bookmark edit link anchor tag.





Source

echo $before . apply_filters( 'edit_bookmark_link', $link, $bookmark->link_id ) . $after;