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