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



bloginfo › WordPress过滤钩子

Since0.71
已弃用n/a
apply_filters( 'bloginfo', $output, $show )
参数: (2)
  • (mixed) $output The requested non-URL site information.
    Required: Yes
  • (string) $show Type of information requested.
    Required: Yes
定义在:
文档:

Filters the site information returned by get_bloginfo().





源码

$output = apply_filters( 'bloginfo', $output, $show );