apply_filters( ‘wp_list_bookmarks’, string $html )

In this article

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

VersionDescription
2.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.