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/accelera.../classes
File: class-init.php
<?php
[0] Fix | Delete
// Exit if accessed directly
[1] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[2] Fix | Delete
exit;
[3] Fix | Delete
}
[4] Fix | Delete
[5] Fix | Delete
if ( ! class_exists( 'Ampforwp_Loader', false ) ) {
[6] Fix | Delete
class Ampforwp_Loader {
[7] Fix | Delete
public function __construct() {
[8] Fix | Delete
$this->load_required_files();
[9] Fix | Delete
}
[10] Fix | Delete
public function load_required_files() {
[11] Fix | Delete
require AMPFORWP_PLUGIN_DIR . '/templates/features.php';
[12] Fix | Delete
}
[13] Fix | Delete
}
[14] Fix | Delete
} ?>
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function