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



bloginfo › WordPress Filter Hooks

Since0.71
Deprecatedn/a
apply_filters( 'bloginfo', $output, $show )
Parameters: (2)
  • (mixed) $output The requested non-URL site information.
    Required: Yes
  • (string) $show Type of information requested.
    Required: Yes
Defined at:
Codex:

Filters the site information returned by get_bloginfo().





Source

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