Edit File by line
/home/zeestwma/ceyloniy.../wp-conte.../plugins/elemento.../modules/nested-e.../controls
File: control-nested-repeater.php
<?php
[0] Fix | Delete
namespace Elementor\Modules\NestedElements\Controls;
[1] Fix | Delete
[2] Fix | Delete
use Elementor\Control_Repeater;
[3] Fix | Delete
[4] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[5] Fix | Delete
exit; // Exit if accessed directly.
[6] Fix | Delete
}
[7] Fix | Delete
[8] Fix | Delete
/**
[9] Fix | Delete
* Changing the default repeater control behavior for custom item title defaults.
[10] Fix | Delete
* For custom management of nested repeater controls.
[11] Fix | Delete
*/
[12] Fix | Delete
class Control_Nested_Repeater extends Control_Repeater {
[13] Fix | Delete
[14] Fix | Delete
const CONTROL_TYPE = 'nested-elements-repeater';
[15] Fix | Delete
[16] Fix | Delete
public function get_type() {
[17] Fix | Delete
return static::CONTROL_TYPE;
[18] Fix | Delete
}
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function