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



get_edit_bookmark_link › WordPress Filter Hooks

Since2.7.0
Deprecatedn/a
apply_filters( 'get_edit_bookmark_link', $location, $link->link_id )
Parameters: (2)
  • (string) $location The edit link.
    Required: Yes
  • (int) $link_id Bookmark ID.
    Required: Yes
Defined at:
Codex:

Filters the bookmark edit link.





Source

return apply_filters( 'get_edit_bookmark_link', $location, $link->link_id );