get_edit_bookmark_link WordPress Filter Hook

The get_edit_bookmark_link hook is used to edit a link in the Wordpress administration area. It allows you to change the URL and the text of the link.

apply_filters( 'get_edit_bookmark_link', string $location, int $link_id ) #

Filters the bookmark edit link.


Parameters

$location

(string)The edit link.

$link_id

(int)Bookmark ID.


Top ↑

Source

File: wp-includes/link-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More