Download PDF function.php wordpress

0

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)

    
asked by Caldeiro 02.10.2018 в 10:13
source

1 answer

0

add this to your .htaccess

AddType application/octet-stream .pdf
    
answered by 02.10.2018 в 10:53