get_general_tab(); $dashed_theme_name = $dashed_theme_name ?? ''; $edit_svg = ''; $quick_settings = [ 'header' => [ 'title' => $text['quick_settings']['header']['title'], 'description' => $text['quick_settings']['header']['desc'], 'link' => admin_url( '/site-editor.php?postId=' . $dashed_theme_name . '%2F%2Fheader&postType=wp_template_part&canvas=edit' ), ], 'footer' => [ 'title' => $text['quick_settings']['footer']['title'], 'description' => $text['quick_settings']['footer']['desc'], 'link' => admin_url( '/site-editor.php?postType=wp_template_part&postId=' . $dashed_theme_name . '%2F%2Ffooter&canvas=edit' ), ], 'global_styles' => [ 'title' => $text['quick_settings']['global_styles']['title'], 'description' => $text['quick_settings']['global_styles']['desc'], 'link' => admin_url( '/site-editor.php?path=%2Fwp_global_styles&canvas=edit' ), ], 'navigation' => [ 'title' => $text['quick_settings']['navigation']['title'], 'description' => $text['quick_settings']['navigation']['desc'], 'link' => admin_url( '/site-editor.php?path=%2Fnavigation' ), ], 'all_templates' => [ 'title' => $text['quick_settings']['templates']['title'], 'description' => $text['quick_settings']['templates']['desc'], 'link' => admin_url( 'site-editor.php?path=%2Fwp_template%2Fall' ), ], 'patterns' => [ 'title' => $text['quick_settings']['patterns']['title'], 'description' => 'Patterns are predefined block layouts that help you quickly design and organize content on your WordPress site with ease.', 'link' => admin_url( 'site-editor.php?postType=wp_block' ), ], ]; $plugins = [ 'zoom' => [ 'title' => $text['plugins']['zoom']['title'], 'image_url' => get_theme_file_uri( '/vendor/codemanas/theme-info/img/zoom.png' ), 'description' => $text['plugins']['zoom']['desc'], 'slug' => 'video-conferencing-with-zoom-api', 'filename' => 'video-conferencing-with-zoom-api', ], 'typesense' => [ 'title' => $text['plugins']['typesense']['title'], 'image_url' => get_theme_file_uri( '/vendor/codemanas/theme-info/img/typesense.png' ), 'description' => $text['plugins']['typesense']['desc'], 'slug' => 'search-with-typesense', 'filename' => 'codemanas-typesense', ], 'popup' => [ 'title' => $text['plugins']['simple_popup']['title'], 'image_url' => get_theme_file_uri( '/vendor/codemanas/theme-info/img/popup.png' ), 'description' => $text['plugins']['simple_popup']['desc'], 'slug' => 'simple-popup-block', 'filename' => 'simple-popup-block', ], ]; ?>


$setting ) : ?>

$plugin ) : ?>

<?php echo esc_attr( $plugin['title'] ); ?>