bloginfo_url

bloginfo_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('bloginfo_url') is found 1 times:

  • /wp-includes/general-template.php line 923
    			 *
    			 * @param string $output The URL returned by bloginfo().
    			 * @param string $show   Type of information requested.
    			 */
    			$output = apply_filters( 'bloginfo_url', $output, $show );
    		} else {
    			/**
    			 * Filters the site information returned by get_bloginfo().
    			 *
    			 * @since 0.71
    			 *
    

See this hook used in plugins: