Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
plugins
/
elementor
/
modules
/
nested-elements
/
controls
/
File Content:
control-nested-repeater.php
<?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; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
control-nested-repeater.php
483 bytes
0644
N4ST4R_ID | Naxtarrr