Filter hook 'edit_bookmark_link'

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

Description

Filters the bookmark edit link anchor tag.

Occurrences

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

Parameters

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

PHP Doc

/**
	 * 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.
	 */