@fzs Thank you for that fix. 10 months later it hasn’t been added to the plugin yet.
@beat I haven’t had any issue in WordPress 6.5.3, categories and tags meta boxes in the built in Posts still appear.
@floatingpoint Just the Post Object field.
With further testing, it seems that it is the Taxonomy field that returns an ID instead of a Term Object even when the return format is Term Object.
Or maybe this is happening only when I access properties directly instead of using get_field()
. I would expect the return type to save the data in that format, but maybe it is storing only IDs in any case, and only using ACF functions does it return the specified format.