Skip to content

Instantly share code, notes, and snippets.

@tribulant
Created August 12, 2014 13:37
Show Gist options
  • Save tribulant/8ef6963f267bf303898e to your computer and use it in GitHub Desktop.
Save tribulant/8ef6963f267bf303898e to your computer and use it in GitHub Desktop.
Checkout: Filter - checkout_processing_output Usage
<?php
add_filter('checkout_processing_output', 'processing_output', 10, 2);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment