golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/shopengine-pro/widgets/avatar
⬆️ Go Up
Upload
File/Folder
Size
Actions
avatar-config.php
886 B
Del
OK
avatar.php
24.37 KB
Del
OK
screens
-
Del
OK
Edit: avatar-config.php
<?php namespace Elementor; defined('ABSPATH') || exit; class ShopEngine_Avatar_Config extends \ShopEngine\Base\Widget_Config { public function get_name() { return 'avatar'; } public function get_title() { return esc_html__('Avatar', 'shopengine-pro'); } public function get_icon() { return 'shopengine-widget-icon shopengine-icon-checkout_coupon_form'; } public function get_categories() { return ['shopengine-my_account']; } public function get_keywords() { return ['woocommerce', 'shopengine', 'my account', 'dashboard', 'account navigation', 'avatar']; } public function get_template_territory() { return ['my_account', 'account_orders', 'account_orders_view', 'account_downloads', 'account_edit_address', 'account_edit_account', 'my_account_login']; } }
Save