wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_list_bookmarks › WordPress过滤钩子

Since2.5.0
已弃用n/a
apply_filters( 'wp_list_bookmarks', $output )
参数:
  • (string) $html The HTML list of bookmarks.
    Required: Yes
定义在:
文档:

Filters the bookmarks list before it is echoed or returned.





源码

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