代码没有经过测试,但这是一个很好的起点,您可能需要添加操作以使css排队,或者您可以编写函数并将下面的代码添加到其中。
// Enable Custom Logo
add_theme_support( \'custom-logo\', array(
\'height\' => 200,
\'width\' => 400,
\'flex-width\' => true,
) );
$old_logo = get_theme_mod( \'header_logo\' );
if ( $old_logo ) {
wp_enqueue_style( \'wpse_89494_style_3\', get_template_directory_uri() . \'/your-style_3.css\' );
}