0byt3m1n1
Path:
/
data
/
49
/
4
/
11
/
84
/
4826899
/
user
/
5715128
/
htdocs
/
wp-content
/
plugins
/
elementor-pro
/
base
/
[
Home
]
File: base-widget.php
<?php namespace ElementorPro\Base; use Elementor\Widget_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } abstract class Base_Widget extends Widget_Base { public function get_categories() { return [ 'pro-elements' ]; } }