Skip to content

Instantly share code, notes, and snippets.

@Spirecool
Created April 21, 2021 13:00
Show Gist options
  • Select an option

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

Select an option

Save Spirecool/60798380ca1dc3a5eab0ab4d78ebf33b to your computer and use it in GitHub Desktop.
<?php
add_action( 'woocommerce_review_order_after_submit', 'popcorn_privacy_message_below_checkout_button' );
function popcorn_privacy_message_below_checkout_button() {
echo '<p><small>Tu peux ajouter du texte ici</small></p>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment