So I have a custom field of “pokemon_ID”. I used the same custom field name under 2 ACF field groups but each group is assigned to a different “post_type”.
I realized this was causing issues so I deleted the custom field from “Post Type A” and left it on “Post Type B”.
The thing is, although I’ve deleted the custom field from the custom field group of “Post Type A”, every time I add a new post to “Post Type A”, the custom field continues to be used.
How can I disassociate “pokemon_ID” from “Post Type A” entirely?
Please disregard this post. Unsure of how to delete it.
I have since resolved this.
The issue was due to the posts being created by Gravity Forms – Post Creation and the custom field was still being assigned a value. After the field was removed from Gravity Forms Post Creation it no longer uses it in the database for Post Type A.