Skip to content

Instantly share code, notes, and snippets.

Created January 22, 2018 12:25
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 anonymous/b89a47d948d9def95647cbee1c17143e to your computer and use it in GitHub Desktop.
Save anonymous/b89a47d948d9def95647cbee1c17143e to your computer and use it in GitHub Desktop.
<?php
//Fórum: https://wphu.org/kozosseg/tema/wp-lapok-azonositasa/
function folaptermekkieg(){
echo 'Súly: akarmissssssssssssssss';
}
add_action('woocommerce_before_add_to_cart_form', 'folaptermekkieg', 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment