W3cubDocs

/WordPress

apply_filters( ‘wp_list_bookmarks’, string $html )

Filters the bookmarks list before it is echoed or returned.

Parameters

$htmlstring
The HTML list of bookmarks.

Source

$html = apply_filters( 'wp_list_bookmarks', $output );

Changelog

Version Description
2.5.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_list_bookmarks