X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/plugins/elementor/includes/widgets
home
/
hamdjcne
/
public_html
/
wp-content
/
plugins
/
elementor
/
includes
/
widgets
/
ðŸ“
..
📄
accordion.php
(19.31 KB)
📄
alert.php
(13.07 KB)
📄
audio.php
(7.25 KB)
📄
button.php
(2.71 KB)
📄
common.php
(28.28 KB)
📄
counter.php
(16.81 KB)
📄
divider.php
(32.81 KB)
📄
google-maps.php
(6.39 KB)
📄
heading.php
(9.95 KB)
📄
html.php
(2.42 KB)
📄
icon-box.php
(20.87 KB)
📄
icon-list.php
(21.87 KB)
📄
icon.php
(12.36 KB)
📄
image-box.php
(17.25 KB)
📄
image-carousel.php
(26.26 KB)
📄
image-gallery.php
(10.52 KB)
📄
image.php
(18.87 KB)
📄
inner-section.php
(848 B)
📄
menu-anchor.php
(3.48 KB)
📄
progress.php
(11.76 KB)
📄
rating.php
(7.26 KB)
📄
read-more.php
(3.1 KB)
📄
share-buttons.php
(601 B)
📄
shortcode.php
(3.19 KB)
📄
sidebar.php
(2.91 KB)
📄
social-icons.php
(15.76 KB)
📄
spacer.php
(3.18 KB)
📄
star-rating.php
(12.85 KB)
📄
tabs.php
(16.21 KB)
📄
testimonial.php
(16.79 KB)
📄
text-editor.php
(11.97 KB)
📄
toggle.php
(19.47 KB)
ðŸ“
traits
📄
video.php
(33.81 KB)
📄
wordpress.php
(6.89 KB)
Editing: inner-section.php
<?php namespace Elementor; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Elementor Inner Section widget. * * Elementor widget that creates nested columns within a section. * * @since 3.5.0 */ class Widget_Inner_Section extends Widget_Base { /** * @inheritDoc */ public static function get_type() { return 'section'; } /** * @inheritDoc */ public function get_name() { return 'inner-section'; } /** * @inheritDoc */ public function get_title() { return esc_html__( 'Inner Section', 'elementor' ); } /** * @inheritDoc */ public function get_icon() { return 'eicon-columns'; } /** * @inheritDoc */ public function get_categories() { return [ 'basic' ]; } /** * @inheritDoc */ public function get_keywords() { return [ 'row', 'columns', 'nested' ]; } }
Upload File
Create Folder