bloginfo_url

过滤钩子


apply_filters( 'bloginfo_url', $output, $show )
参数
  • (string)
    $output
    The URL returned by bloginfo().
    Required:
  • (string)
    $show
    Type of information requested.
    Required:
定义位置
  • wp-includes/general-template.php
    , line 918
引入
2.0.5
弃用

Filters the URL returned by get_bloginfo().

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