I have tried everything in my footer.php but i still can’t add the elements before the footer.
So i’ve thinked to add the element after the woocommerce actions.
I’ve tried with:
add_action( 'woocommerce_after_shop_loop', 'shop_categoria_bottom', 30);
But this add the element before the woocommerce pagination.
So i’ve tried with the woocommerce_pagination_args action. But i still get the element before the pagination, and it’s like the text is INSIDE the pagination div tag.
THanks in advance.
Gianmaria Generoso