-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACF only showing image ID #400
Comments
Upgrading ACF above 5.10.2 broke more than that for us. the v2 API started returning a bunch less data. |
It's not showing the media ID, that would be helpful because you could then reconstruct the path. It is showing the attachment ID. Not even the media ID. |
This is happening for ALL attachments! Even files, it's not only images! |
Since the last releases ACF default to its add_filter('acf/settings/rest_api_format', function () { return 'standard'; }); cf. https://www.advancedcustomfields.com/resources/wp-rest-api-integration/#controlling-output-format |
Frames this as an intended feature. This breaks so many pieces of software relying on return types. |
Does this still work? |
I literally was only able to get this to work by rolling back to an older version... |
If you select image array or image url it does not change anything, the latest update broke the image content type and now it only shows image id.
The text was updated successfully, but these errors were encountered: