Files
__inwestprofil.pagedev.pl/wp-content/plugins/elementor/includes/widgets/common.php
Roman Pyrih 296b13244b first commit
2025-07-11 12:34:24 +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';
}
}