Skip to content

Instantly share code, notes, and snippets.

@SirDarcanos
Created November 6, 2015 10:03
Show Gist options
  • Save SirDarcanos/0a7a7fb27614d6492d46 to your computer and use it in GitHub Desktop.
Save SirDarcanos/0a7a7fb27614d6492d46 to your computer and use it in GitHub Desktop.
functions.php
add_action( 'woocommerce_checkout_order_processed', 'log_ninja_forms_error' );
function log_ninja_forms_error() {
$log = new WC_Logger();
$log->add( 'ninja-test', $_SERVER['HTTP_USER_AGENT'] );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment