Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FrancoStino/519b1f57ea56a23dcaaed1dd83eb6757 to your computer and use it in GitHub Desktop.
Save FrancoStino/519b1f57ea56a23dcaaed1dd83eb6757 to your computer and use it in GitHub Desktop.
Add content after button Proceed to checkout @ Checkout - Woocommerce
<?
/*
* Add content after button Proceed to checkout
*/
add_action ('woocommerce_after_cart_totals', 'immagine_pagamenti_sicuri');
function immagine_pagamenti_sicuri(){
echo '<img class="alignnone wp-image-100 size-large" style="margin-top:20px" role="img" src="https://oroditrani.sviluppo.host/prova/wp-content/uploads/2021/04/pagamenti.svg" alt="" width="1024" height="1024" />';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment