• Resolved christian2019e

    (@christian2019e)


    Hey i use your plugin. But i dont understand how to get the Image saved from my Formular to a other side.

    Where can i find the attachement id of the image or the URL in Database (Just the Ids or URLs from the specific formular)? Or better what do i need to do in php to get all images an show them on my page.

    I allready use flamingo to save my data. It save a string for the image. But i think this issnt the attachement_id.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author mirceatm

    (@mirceatm)

    Hi!
    There is literally another question: Get url of file a few threads back ??

    When an attachment is uploaded, you’ll get the id and the url by subscribing to an event, or action as it is called in WordPress. It is sent to your event handler function.

    To get attachments at a later time, you could try to use WordPress get_posts function with the right parameters

Viewing 1 replies (of 1 total)
  • The topic ‘Get URL or Attachment ID from Database’ is closed to new replies.