Skip to content

Instantly share code, notes, and snippets.

@tribulant
Created July 29, 2014 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tribulant/2962851164dcd6aa097c to your computer and use it in GitHub Desktop.
Save tribulant/2962851164dcd6aa097c to your computer and use it in GitHub Desktop.
Checkout: Action - checkout_admin_extensions_settings_saved usage
<?php
add_action('checkout_admin_extensions_settings_saved', 'extensions_settings_saved', 10, 1);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment