• Resolved iatkotep

    (@iatkotep)


    I have an error in my system that I’ve tracked down to a call that a plugin is making to the WordPress function get_attachment_id_by_url.

    Since WP-Stateless is active, get_attachment_id_by_url is receiving a Google Cloud Storage url, and WordPress is not able to resolve it to an attachment ID.

    Can you add support for calls to get_attachment_id_by_url?

Viewing 1 replies (of 1 total)
  • Hello @iatkotep,
    get_attachment_id_by_url isn’t a WordPress function. It’s probably a plugin defined function. Please check in which plugin the function is defined.
    I need to see the source code where the function is defined and how it’s used.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Calls to `get_attachment_id_by_url()` fail when WP-Stateless is activated’ is closed to new replies.