Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Uma resposta

jQuery(document).ready(function($) { $(document.body).on('added_to_cart', function() { $('.added_to_cart').remove(); }); });