Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/wpforms-.../assets/js/integrat.../elemento...
File: editor-modern.js
const margin = labelStyle?.getPropertyValue( '--wpforms-field-size-input-spacing' ) || 0;
[500] Fix | Delete
const height = $label.outerHeight() || 0;
[501] Fix | Delete
const top = height + parseInt( margin, 10 ) + 10;
[502] Fix | Delete
[503] Fix | Delete
$cont.css( { top } );
[504] Fix | Delete
} );
[505] Fix | Delete
[506] Fix | Delete
// Init buttons and descriptions for each repeater in each form.
[507] Fix | Delete
$( `.wpforms-form[data-formid="${ formId }"]` ).each( function() {
[508] Fix | Delete
const $repeater = $( this ).find( '.wpforms-field-repeater' );
[509] Fix | Delete
[510] Fix | Delete
$repeater.find( '.wpforms-field-repeater-display-rows-buttons' ).addClass( 'wpforms-init' );
[511] Fix | Delete
$repeater.find( '.wpforms-field-repeater-display-rows:last .wpforms-field-description' ).addClass( 'wpforms-init' );
[512] Fix | Delete
} );
[513] Fix | Delete
},
[514] Fix | Delete
};
[515] Fix | Delete
[516] Fix | Delete
return app;
[517] Fix | Delete
[518] Fix | Delete
}( document, window, jQuery ) );
[519] Fix | Delete
[520] Fix | Delete
// Initialize.
[521] Fix | Delete
WPFormsElementorModern.init();
[522] Fix | Delete
[523] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function