wp_list_bookmarks WordPress Filter Hook

The wp_list_bookmarks hook is used to create a list of bookmarks, or links, for a WordPress site. This hook can be used in the WordPress Loop or in a theme template file.

apply_filters( 'wp_list_bookmarks', string $html ) #

Filters the bookmarks list before it is echoed or returned.


Parameters

$html

(string)The HTML list of bookmarks.


Top ↑

Source

File: wp-includes/bookmark-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.5.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.