Filter hook 'get_edit_bookmark_link'

in WP Core File wp-includes/link-template.php at line 1680

Description

Filters the bookmark edit link.

Occurrences

Filename Line Number
wp-includes/link-template.php 1680

Parameters

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

PHP Doc

/**
	 * Filters the bookmark edit link.
	 *
	 * @since 2.7.0
	 *
	 * @param string $location The edit link.
	 * @param int    $link_id  Bookmark ID.
	 */