File: /var/www/html/onlineshop/wp-content/plugins/meta-box/js/osm-frontend.js
<?php
/*adding theme options panel*/
$wp_customize->add_panel( 'online-shop-wc-panel', array(
'priority' => 100,
'capability' => 'edit_theme_options',
'title' => esc_html__( 'WooCommerce Options', 'online-shop' )
) );
/*
* file for shop archive
*/
require_once online_shop_file_directory('acmethemes/customizer/wc-options/shop-archive.php');
/*
* file for single product
*/
require_once online_shop_file_directory('acmethemes/customizer/wc-options/single-product.php');