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/clone/wp-conte.../plugins/ninja-fo.../includes/Abstract...
File: LogLevel.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;
[0] Fix | Delete
[1] Fix | Delete
/**
[2] Fix | Delete
* Describes log levels
[3] Fix | Delete
*/
[4] Fix | Delete
class NF_Abstracts_LogLevel
[5] Fix | Delete
{
[6] Fix | Delete
const EMERGENCY = 'emergency';
[7] Fix | Delete
const ALERT = 'alert';
[8] Fix | Delete
const CRITICAL = 'critical';
[9] Fix | Delete
const ERROR = 'error';
[10] Fix | Delete
const WARNING = 'warning';
[11] Fix | Delete
const NOTICE = 'notice';
[12] Fix | Delete
const INFO = 'info';
[13] Fix | Delete
const DEBUG = 'debug';
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function