Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
plugins
/
elementor
/
includes
/
widgets
/
Editing: common.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'; } }
Save
Cancel