Summery Summery
Displays a custom logo, linked to home.
Syntax Syntax
Parameters Parameters
- $blog_id
-
(Optional) ID of the blog in question. Default is the ID of the current blog.
Source Source
File: wp-includes/general-template.php
} $custom_logo_id = get_theme_mod( 'custom_logo' );
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |