wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_edit_bookmark_link › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'get_edit_bookmark_link', $location, $link->link_id )
Parameter: (2)
  • (string) $location The edit link.
    Erforderlich: Ja
  • (int) $link_id Bookmark ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the bookmark edit link.





Quellcode

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