golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/shopengine/trunk/widgets/product-meta
⬆️ Go Up
Upload
File/Folder
Size
Actions
product-meta-config.php
684 B
Del
OK
product-meta.php
9.73 KB
Del
OK
screens
-
Del
OK
Edit: product-meta-config.php
<?php namespace Elementor; defined('ABSPATH') || exit; class ShopEngine_Product_Meta_Config extends \ShopEngine\Base\Widget_Config { public function get_name() { return 'product-meta'; } public function get_title() { return esc_html__('Product Meta', 'shopengine'); } public function get_icon() { return 'shopengine-widget-icon shopengine-icon-product_meta'; } public function get_categories() { return ['shopengine-single']; } public function get_keywords() { return ['woocommerce', 'shopengine', 'meta', 'product meta', 'Single product meta']; } public function get_template_territory() { return ['single', 'quick_view', 'quick_checkout']; } }
Save