Created
May 21, 2017 18:56
-
-
Save tavomak/ef465e2ae7d4e59685d050943f4c92d5 to your computer and use it in GitHub Desktop.
Personas Viendo Producto woo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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