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



edit_bookmark_link › Les Filtres WordPress

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

Filters the bookmark edit link anchor tag.





Source

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