integrate($file, 'wp-statistics'); if (!$hashIps) { $integration->integrate($file, 'wp-statistics-with-data-processing'); } } /** * Return an array of js handles for this integration. * The result will be used as dependencies for the tracker js file * * @return array */ public function getJsHandles() { return ['real-cookie-banner-pro-banner']; } }