WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_edit_bookmark_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 1669 /**
* Filters the bookmark edit link.
*
* @since 2.7.0
*
* @param string $location The edit link.
* @param int $link_id Bookmark ID.
*/

Hook Parameters

Parameter Type Name Description
string $location The edit link.
int $link_id Bookmark ID.