get_custom_logo

get_custom_logo

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('get_custom_logo') is found 1 times:

  • /wp-includes/general-template.php line 1142
    	 *
    	 * @param string $html    Custom logo HTML output.
    	 * @param int    $blog_id ID of the blog to get the custom logo for.
    	 */
    	return apply_filters( 'get_custom_logo', $html, $blog_id );
    }
    
    /**
     * Displays a custom logo, linked to home unless the theme supports removing the link on the home page.
     *
     * @since 4.5.0