/**
* Prints the markup for a custom header.
*
* A container div will always be printed in the Customizer preview.
*
* @since 4.7.0
*/ functionthe_custom_header_markup(){ $custom_header = get_custom_header_markup(); if(empty($custom_header)){ return; }