Showing information from one ACF Field Group with another
I have two ACF Field Groups, that two different post types will use.
WP save_post_{$post->post_type} with ACF custom post type leads to infinite loop
I’m using ACF Pro to easily register a custom post type for an internal use purpose (no frontend). Every feature is disabled (content, title, slug, …) as I need to set a UUID as the post_title and post_name, and every other bit of data is handled by ACF.
ACF PRO fields reset after some time in WordPress
I’m encountering an issue with Advanced Custom Fields (ACF) PRO plugin on WordPress. I have created a custom post type in ACF and defined ACF fields for it. After filling out these fields and creating a new post, including uploading a featured image, the data gets saved initially. However, after some time, all this data resets and becomes empty. The featured image also resets, losing its metadata such as size and format.