You appear to be a bot. Output may be restricted
Description
Displays the optional custom logo.
Does nothing if the custom logo is not available.
Usage
twentysixteen_the_custom_logo();
Parameters
Returns
void
Source
File name: twentysixteen/inc/template-tags.php
Lines:
1 to 5 of 5
function twentysixteen_the_custom_logo() { if ( function_exists( 'the_custom_logo' ) ) { the_custom_logo(); } }