Skip to content

Instantly share code, notes, and snippets.

@tavomak
Created May 21, 2017 18:56
Show Gist options
  • Save tavomak/ef465e2ae7d4e59685d050943f4c92d5 to your computer and use it in GitHub Desktop.
Save tavomak/ef465e2ae7d4e59685d050943f4c92d5 to your computer and use it in GitHub Desktop.
Personas Viendo Producto woo
add_action ('woocommerce_after_add_to_cart_form', function () {
$personas = rand (1,20);
echo '<p>'.$personas.' personas están viendo esto</p>';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment