Filter hook 'bloginfo'

in WP Core File wp-includes/general-template.php at line 944

Description

Filters the site information returned by get_bloginfo().

Occurrences

Filename Line Number
wp-includes/general-template.php 944

Parameters

Type Name Description
mixed $output The requested non-URL site information.
string $show Type of information requested.

PHP Doc

/**
			 * 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.
			 */