• Resolved tolchai

    (@tolchai)


    Hi,

    I have “Keep media library structure” turned off, but even with that I see my wordpress site url in the name of the image, which is undesirable, since i am using headless wordpress and I am trying to actually hide the url of the backend. I dont need a custom domain, I would be very happy with https://imagedelivery.net url with UUID.

    Ive tried to bulk remove and offload, reactivate the plugin etc, but to no avail.

    Would be glad for any recommendation how to solve this, thanks!

    Note: sorry, i do see the correct urls in graphql, you can close the topic

    • This topic was modified 8 months, 2 weeks ago by tolchai.
Viewing 1 replies (of 1 total)
  • Plugin Author Anton Vanyukov

    (@vanyukov)

    Hi @tolchai,

    You can also use this filter to disable adding the host part to the URL:

    add_filter( 'cf_images_upload_host', '__return_empty_string' );

    Best regards,
    Anton

Viewing 1 replies (of 1 total)

The topic ‘Image names’ is closed to new replies.