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/wp-conte.../plugins/custom-t.../admin/builder/assets/js
File: builder.js
* Create New Feed
[3000] Fix | Delete
*
[3001] Fix | Delete
* @since 2.1
[3002] Fix | Delete
*
[3003] Fix | Delete
*/
[3004] Fix | Delete
createNewFeed : function () {
[3005] Fix | Delete
const self = this;
[3006] Fix | Delete
if( ! self.viewsActive.onboardingPopup ){
[3007] Fix | Delete
if( ! self.creationProcessCheckAppCredentials() ){
[3008] Fix | Delete
self.viewsActive.connectAccountPopup = true;
[3009] Fix | Delete
self.viewsActive.connectAccountStep = 'step_1';
[3010] Fix | Delete
} else if( self.feedsList.length >= 1 ){
[3011] Fix | Delete
self.openDialogBox('createMoreFeeds');
[3012] Fix | Delete
} else{
[3013] Fix | Delete
self.switchScreen('pageScreen', 'selectFeed');
[3014] Fix | Delete
}
[3015] Fix | Delete
} else{
[3016] Fix | Delete
self.switchScreen('welcome');
[3017] Fix | Delete
}
[3018] Fix | Delete
}
[3019] Fix | Delete
[3020] Fix | Delete
}
[3021] Fix | Delete
[3022] Fix | Delete
});
[3023] Fix | Delete
[3024] Fix | Delete
function ctfBuilderToggleCaption(postID){
[3025] Fix | Delete
if( ctfBuilder.expandedCaptions.includes(postID) ){
[3026] Fix | Delete
ctfBuilder.expandedCaptions.splice(ctfBuilder.expandedCaptions.indexOf( postID ), 1);
[3027] Fix | Delete
}else{
[3028] Fix | Delete
ctfBuilder.expandedCaptions.push(postID);
[3029] Fix | Delete
}
[3030] Fix | Delete
}
[3031] Fix | Delete
[3032] Fix | Delete
jQuery( document ).ready(function() {
[3033] Fix | Delete
jQuery('body').find('.ctf-more').unbind('click')
[3034] Fix | Delete
})
[3035] Fix | Delete
[3036] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function