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



bloginfo_url › WordPress Filter Hooks

Since2.0.5
Deprecatedn/a
apply_filters( 'bloginfo_url', $output, $show )
Parameters: (2)
  • (string) $output The URL returned by bloginfo().
    Required: Yes
  • (string) $show Type of information requested.
    Required: Yes
Defined at:
Codex:

Filters the URL returned by get_bloginfo().





Source

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