Files
Roman Pyrih acb036dbd9 first commit
2026-05-21 15:33:11 +02:00

14 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';
}
}