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: group_simple.php
<?php
[0] Fix | Delete
require_once("../lib/Mixpanel.php"); // import the Mixpanel class
[1] Fix | Delete
$mp = Mixpanel::getInstance("MIXPANEL_PROJECT_TOKEN"); // instantiate the Mixpanel class
[2] Fix | Delete
[3] Fix | Delete
// create or update a Group profile with First Name, Last Name, E-Mail Address, Phone Number, and Favorite Color
[4] Fix | Delete
$mp->group->set("company","Mixpanel", array(
[5] Fix | Delete
'Industry' => "Tech",
[6] Fix | Delete
'Product' => "Product Analytics",
[7] Fix | Delete
));
[8] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function