Skip to content

Instantly share code, notes, and snippets.

@jorgejaramillo
Created April 13, 2012 05:58
Show Gist options
  • Save jorgejaramillo/2374207 to your computer and use it in GitHub Desktop.
Save jorgejaramillo/2374207 to your computer and use it in GitHub Desktop.
WooCommerce - Mostrar precio individual
<?php global $post, $product; ?>
<?php echo $product->get_price(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment