Skip to content

Instantly share code, notes, and snippets.

@trueqap
Created January 22, 2018 11:36
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 trueqap/340939f9ab0e9620c4f3cabf6a358930 to your computer and use it in GitHub Desktop.
Save trueqap/340939f9ab0e9620c4f3cabf6a358930 to your computer and use it in GitHub Desktop.
<?php
function egyedi_jellemzok() {
echo'IDE JÖHET MINDEN SZÖVEG, AKÁR HTML IS, VAGY SCRIPT';
}
add_action('woocommerce_after_add_to_cart_button', 'egyedi_jellemzok');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment