add_panel( 'acmeblog-wc-panel', array( 'priority' => 100, 'capability' => 'edit_theme_options', 'title' => esc_html__( 'WooCommerce Options', 'acmeblog' ) ) ); /* * file for shop archive */ require_once acmeblog_file_directory('acmethemes/customizer/wc-options/shop-archive.php'); /* * file for single product */ require_once acmeblog_file_directory('acmethemes/customizer/wc-options/single-product.php');