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