/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
pro-elements
/
base
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/pro-elements/base
Edit:
/home/melaqxso/public_html/wp-content/plugins/pro-elements/base/base-widget-trait.php
<?php namespace ElementorPro\Base; use ElementorPro\License\API as License_API; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } trait Base_Widget_Trait { public function is_editable() { return License_API::is_license_active(); } public function get_categories() { return [ 'pro-elements' ]; } }
Ukuran: 329 B