Filters the site information returned by get_bloginfo() .
Parameters
$output
mixed- The requested non-URL site information.
$show
string- Type of information requested.
Source
$output = apply_filters( 'bloginfo', $output, $show );
Changelog
Version | Description |
---|---|
0.71 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.