| Server IP : 193.239.44.106 / Your IP : 216.73.216.4 Web Server : Apache System : Linux web5 6.18.40-1 #1 SMP PREEMPT_DYNAMIC Sat Jul 25 21:08:44 CEST 2026 x86_64 User : ( 10117) PHP Version : 8.2.32 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/virtualki/259324/wp-content/plugins/elementor-pro/modules/theme-elements/widgets/ |
Upload File : |
<?php
namespace ElementorPro\Modules\ThemeElements\Widgets;
use ElementorPro\Base\Base_Widget;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
abstract class Base extends Base_Widget {
public function get_categories() {
return [ 'theme-elements' ];
}
public function render_plain_content() {}
}