I have the following code in the wordpress function.php
<a class="btn-pdf" href="'.$tipo_catalogo["pdf"]["url"].'">PDF</a>
But I opened a tab, since it is a link. How can I download it instead of opening it?
(the pdf takes it from a field of custom fields)