🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 13:46:13 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
plugins
/
elementor
/
modules
/
nested-elements
/
controls
📍 /home/therahul/public_html/wp-content/plugins/elementor/modules/nested-elements/controls
🔄 Refresh
✏️
Editing: control-nested-repeater.php
Writable
<?php namespace Elementor\Modules\NestedElements\Controls; use Elementor\Control_Repeater; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Changing the default repeater control behavior for custom item title defaults. * For custom management of nested repeater controls. */ class Control_Nested_Repeater extends Control_Repeater { const CONTROL_TYPE = 'nested-elements-repeater'; public function get_type() { return static::CONTROL_TYPE; } }
💾 Save Changes
❌ Cancel