Skip to content

Instantly share code, notes, and snippets.

@kevinzie
Last active February 10, 2018 16:53
Show Gist options
  • Save kevinzie/2bfcacf6da5a5ff1501ae15ee8d9c36c to your computer and use it in GitHub Desktop.
Save kevinzie/2bfcacf6da5a5ff1501ae15ee8d9c36c to your computer and use it in GitHub Desktop.
<?php
$options = array(
"user_email" => $userEmail,
"path" => $visitedPath,
"action_name" => $actionName,
"store_id" => $webStore,
"remote_ip" => $remoteIp,
"created_at" => $date
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment