• Resolved webkitvn

    (@webkitvn)


    Hi,
    In some case I need function to get the direct url to file. But I don’t know how ?
    Could you help me please ? Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you provide more information in regards to what is it that you are trying to achieve?

    Thank you.

    Thread Starter webkitvn

    (@webkitvn)

    I’m using Embed Any Document plugin, and I need to get the pdf file urls to show it’s content.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, unfortunately we don’t have an integration addon for the plugin you mentioned above. Have you also tried using the physical URL for the pdf file?

    Kind regards.

    Thread Starter webkitvn

    (@webkitvn)

    I use get_post_meta function and it work for me. Thanks for the support

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for sharing more information. I have submitted a message to the developers to investigate further your request.

    Kind regards.

    Plugin Author mra13

    (@mra13)

    The following function will get the download URL of a download given the download ID:

    
    $download_link = get_post_meta( $download_id, 'sdm_upload', true );
    
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Get direct url to file’ is closed to new replies.