wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_edit_bookmark_link › Les Filtres WordPress

Depuis2.7.0
Dépréciéen/a
apply_filters( 'get_edit_bookmark_link', $location, $link->link_id )
Paramètres: (2)
  • (string) $location The edit link.
    Requis: Oui
  • (int) $link_id Bookmark ID.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the bookmark edit link.





Source

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