WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about edit_bookmark_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 1703 /**
* Filters the bookmark edit link anchor tag.
*
* @since 2.7.0
*
* @param string $link Anchor tag for the edit link.
* @param int $link_id Bookmark ID.
*/

Hook Parameters

Parameter Type Name Description
string $link Anchor tag for the edit link.
int $link_id Bookmark ID.