PATH:
home
/
lab2454c
/
aficbgroup.com
/
wp-content
/
plugins
/
elementor
/
includes
/
widgets
<?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' ]; } }
[-] star-rating.php
[edit]
[-] icon.php
[edit]
[-] icon-box.php
[edit]
[-] wordpress.php
[edit]
[-] tabs.php
[edit]
[-] spacer.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] video.php
[edit]
[-] button.php
[edit]
[-] text-editor.php
[edit]
[-] common.php
[edit]
[-] icon-list.php
[edit]
[+]
traits
[-] inner-section.php
[edit]
[-] testimonial.php
[edit]
[-] counter.php
[edit]
[-] audio.php
[edit]
[-] accordion.php
[edit]
[-] google-maps.php
[edit]
[-] image-box.php
[edit]
[-] social-icons.php
[edit]
[-] shortcode.php
[edit]
[-] progress.php
[edit]
[-] html.php
[edit]
[-] image-carousel.php
[edit]
[-] read-more.php
[edit]
[-] .htaccess
[edit]
[-] toggle.php
[edit]
[-] image-gallery.php
[edit]
[-] divider.php
[edit]
[-] menu-anchor.php
[edit]
[-] heading.php
[edit]
[-] image.php
[edit]
[-] alert.php
[edit]