PDF, docx, zip… bombs
-
I am trying to implement what is in the following link. Basically add (pdf, 2mb) after filename for media links pointing to PDFs,Docx,Zip…
I want go a bit further and have php\wordpress automatically add a rounded data-size attribute to the links. EG
<a href="the.pdf" data-size:2MB>The File</a> //output The File (PDF, 2MB)What methods are available to accomplish that?
TIA
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘PDF, docx, zip… bombs’ is closed to new replies.