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
/home/sportsfe.../httpdocs/wp-conte.../plugins/popup-bu.../public/js
File: ExtensionsNotification.js
function SGPBExtensionsNotification()
[0] Fix | Delete
{this.init();}
[1] Fix | Delete
SGPBExtensionsNotification.prototype.init=function()
[2] Fix | Delete
{this.closeExtensionNotificationPanel();this.dontShowAgain();this.closeProblemAlert();this.dontShowAgainProblemAlert();this.addToPopupMenuLinkColor();};SGPBExtensionsNotification.prototype.addToPopupMenuLinkColor=function()
[3] Fix | Delete
{jQuery('a[href="edit.php?post_type='+SGPB_JS_EXTENSIONS_PARAMS.popupPostType+'&page='+SGPB_JS_EXTENSIONS_PARAMS.extendPage+'"]').css({color:"#55efc4"});jQuery('a[href="edit.php?post_type='+SGPB_JS_EXTENSIONS_PARAMS.popupPostType+'&page='+SGPB_JS_EXTENSIONS_PARAMS.extendPage+'"]').attr('href',SGPB_JS_EXTENSIONS_PARAMS.allExtensionsUrl);jQuery('a[href="edit.php?post_type='+SGPB_JS_EXTENSIONS_PARAMS.popupPostType+'&page='+SGPB_JS_EXTENSIONS_PARAMS.supportPage+'"]').attr('href',SGPB_JS_EXTENSIONS_PARAMS.supportUrl);};SGPBExtensionsNotification.prototype.closeProblemAlert=function()
[4] Fix | Delete
{var closeButton=jQuery('.sgpb-problem-notice-close');if(!closeButton.length){return false;}
[5] Fix | Delete
closeButton.bind('click',function(){jQuery('.sgpb-alert-problem').remove();});};SGPBExtensionsNotification.prototype.dontShowAgainProblemAlert=function()
[6] Fix | Delete
{var dontShow=jQuery('.sgpb-problem-notice-dont-show');if(!dontShow.length){return false;}
[7] Fix | Delete
dontShow.bind('click',function(){var data={action:'sgpb_dont_show_problem_alert',nonce:SGPB_JS_EXTENSIONS_PARAMS.nonce};jQuery.post(ajaxurl,data,function(responce){jQuery('.sgpb-alert-problem').remove();});});};SGPBExtensionsNotification.prototype.closeExtensionNotificationPanel=function()
[8] Fix | Delete
{var closeButton=jQuery('.sgpb-extension-notice-close');if(!closeButton.length){return false;}
[9] Fix | Delete
closeButton.bind('click',function(){jQuery('.sgpb-extensions-notices').remove();});};SGPBExtensionsNotification.prototype.dontShowAgain=function()
[10] Fix | Delete
{var dontShow=jQuery('.sgpb-extension-notice-dont-show');if(!dontShow.length){return false;}
[11] Fix | Delete
dontShow.bind('click',function(){var data={action:'sgpb_dont_show_extension_panel',nonce:SGPB_JS_EXTENSIONS_PARAMS.nonce};jQuery.post(ajaxurl,data,function(responce){jQuery('.sgpb-extensions-notices').remove();});});};jQuery(document).ready(function(){new SGPBExtensionsNotification();});
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function