File "base-widget.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/elementor-pro/modules/woocommerce/widgets/base-widget.php
File size: 285 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php
namespace ElementorPro\Modules\Woocommerce\Widgets;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

abstract class Base_Widget extends \ElementorPro\Base\Base_Widget {

	public function get_categories() {
		return [ 'woocommerce-elements-single' ];
	}
}