oont-contents/plugins/elementor/includes/widgets/common.php
2025-02-08 15:10:23 +01:00

13 lines
204 B
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';
}
}