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 all references

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


Top ↑

Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes

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