: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
import Fetcher from './fetcher';
track( event, properties = {} ) {
if ( ! this.allowToTrack() ) {
return Fetcher.common.track( event, properties );
return !! ( window.wp_smush_mixpanel?.opt_in );
const tracker = new Tracker();