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

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/wp-conte.../plugins/themify-.../js/editor/componen...
File: drop.mjs
return row;
[500] Fix | Delete
},
[501] Fix | Delete
async module(drag,type,slug,scrollTo){
[502] Fix | Delete
const options=await api.Library.get(slug, type),
[503] Fix | Delete
module = api.Module.initModule(options);
[504] Fix | Delete
module.is_new=true;
[505] Fix | Delete
try{
[506] Fix | Delete
await module.edit();
[507] Fix | Delete
drag.replaceWith(module.el);
[508] Fix | Delete
if (api.isVisual) {
[509] Fix | Delete
await api.bootstrap([module.id]);
[510] Fix | Delete
api.Utils.runJs(module.el,'module');
[511] Fix | Delete
}
[512] Fix | Delete
if(scrollTo!==false){
[513] Fix | Delete
api.Utils.scrollTo(module.el);
[514] Fix | Delete
}
[515] Fix | Delete
api.Builder.get().removeLayoutButton();
[516] Fix | Delete
return module;
[517] Fix | Delete
}
[518] Fix | Delete
catch(e){
[519] Fix | Delete
module.destroy();
[520] Fix | Delete
drag.remove();
[521] Fix | Delete
throw e;
[522] Fix | Delete
}
[523] Fix | Delete
}
[524] Fix | Delete
}
[525] Fix | Delete
};
[526] Fix | Delete
[527] Fix | Delete
})(tb_app);
[528] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function