| Current Path : /var/www/html/portal.sumar.com.py/wp-content/plugins/elementor/includes/widgets/ |
| Current File : /var/www/html/portal.sumar.com.py/wp-content/plugins/elementor/includes/widgets/common.php |
<?php
namespace Elementor;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
class Widget_Common extends Widget_Common_Base {
public function get_name() {
return 'common';
}
}