Merhaba. tema değiştirirken bu hatayı alıyorum sebebi ne olabilir?

esc_html__( 'Primary Menu', 'baque' ), 'burger' => esc_html__( 'Burger Menu', 'baque' ), 'personal' => esc_html__( 'Personal Menu', 'baque' ), ) ); add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); add_theme_support( 'post-formats', array( 'image', 'video', 'quote', 'link', 'gallery', 'audio', ) ); /*Support woocommerce*/ add_theme_support( 'woocommerce' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' ); add_theme_support( 'wc-product-gallery-zoom' ); self::support_gutenberg(); } public function support_gutenberg() {