You appear to be a bot. Output may be restricted
Description
Render the site tagline for the selective refresh partial.
Usage
$void = twentyseventeen_customize_partial_blogdescription();
Parameters
Returns
void
Source
File name: twentyseventeen/inc/customizer.php
Lines:
1 to 4 of 4
function twentyseventeen_customize_partial_blogdescription() { bloginfo( 'description' ); }