Skip to content

Instantly share code, notes, and snippets.

@Spirecool
Last active April 21, 2021 12:28
Show Gist options
  • Select an option

  • Save Spirecool/bece6fce067408b68caaa708a32ba72d to your computer and use it in GitHub Desktop.

Select an option

Save Spirecool/bece6fce067408b68caaa708a32ba72d to your computer and use it in GitHub Desktop.
<?php
add_action( 'woocommerce_before_checkout_form', 'skyverge_add_checkout_success', 9 );
function skyverge_add_checkout_success() {
wc_print_notice( __( 'Voici un message important!', 'woocommerce' ), 'success' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment