Skip to content

Instantly share code, notes, and snippets.

@JanaLEE
Created May 16, 2017 12:57
Show Gist options
  • Save JanaLEE/ce72f433fa1289711466292f24fa3cf0 to your computer and use it in GitHub Desktop.
Save JanaLEE/ce72f433fa1289711466292f24fa3cf0 to your computer and use it in GitHub Desktop.
ini_set('log_errors', 'On');
ini_set('display_errors', 'Off');
ini_set('error_log', dirname(__FILE__).'/error_log.log');
error_log(print_r($cart_item_data, true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment