diff --git a/inc/admin.php b/inc/admin.php index 1f2ae7ff..9fc88745 100755 --- a/inc/admin.php +++ b/inc/admin.php @@ -374,16 +374,6 @@ public function generator() { return; } echo ''; - - if ( ! current_theme_supports( 'custom-logo' ) ) { - return; - } - $custom_logo_id = get_theme_mod( 'custom_logo' ); - $image = wp_get_attachment_image_src( $custom_logo_id, 'full' ); - if ( empty( $image ) ) { - return; - } - echo ''; } /**