WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about bloginfo

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 928 /**
* Filters the site information returned by get_bloginfo().
*
* @since 0.71
*
* @param mixed $output The requested non-URL site information.
* @param string $show Type of information requested.
*/

Hook Parameters

Parameter Type Name Description
string $output The URL returned by bloginfo().
string $show Type of information requested.