Files
brpp.pl/wp-content/plugins/elementor/includes/widgets/common.php
Roman Pyrih 97352dcdc9 first commit
2025-08-26 10:50:15 +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';
}
}