wp_get_attachment_image_url – signed URL
-
Hey
We are using a pro version and we have enabled the Imagick enabled on the server and we have a enabled the Remove Files From Server from the plugin settings and also we have added a filtered to make all the media to private.
Now the issue is like whenever we upload PDF file it creating a preview image of the PDF and we need to show the preview inmage of the PDF on the frontend and for that we are using the
wp_get_attachment_image_url
function to show the preview image of the PDF but we are not getting the singed URL of the preview image of PDF.If we use the
wp_get_attachment_url
function then it will return the PDF url not a preview of the PDF.Any thoughts on this please.
- The topic ‘wp_get_attachment_image_url – signed URL’ is closed to new replies.