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/wp-smush.../vendor/mixpanel/mixpanel.../examples
File: socket_consumer.php
<?php
[0] Fix | Delete
require_once("../lib/Mixpanel.php"); // import the Mixpanel class
[1] Fix | Delete
[2] Fix | Delete
$mp = new Mixpanel("MIXPANEL_PROJECT_TOKEN", array(
[3] Fix | Delete
"debug" => true,
[4] Fix | Delete
"consumer" => "socket",
[5] Fix | Delete
"use_ssl" => false
[6] Fix | Delete
));
[7] Fix | Delete
[8] Fix | Delete
$mp->track("test_event", array("color" => "blue"));
[9] Fix | Delete
$mp->track("test_event", array("color" => "red"));
[10] Fix | Delete
[11] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function