wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_list_bookmarks › WordPress Filter Hooks

Since2.5.0
Deprecatedn/a
apply_filters( 'wp_list_bookmarks', $output )
Parameters:
  • (string) $html The HTML list of bookmarks.
    Required: Yes
Defined at:
Codex:

Filters the bookmarks list before it is echoed or returned.





Source

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