I noticed a possible conflict between UiPress and Advanced Custom Fields PRO.
When the UiPress plugin is active, my ACF Theme Options page does not save any values. The fields are displayed correctly in the backend, but after saving, the values are not stored in the database and get_field(..., 'option') returns null.
Tested setup:
WordPress 7.0
Advanced Custom Fields PRO version 6.8.2
UiPress version 1.2.22
Theme Options page registered via acf_add_options_page()
Observed behavior:
With UiPress active:
ACF options fields are visible
Saving the options page appears to work visually
But the values are not saved
get_field('field_name', 'option') returns null
The corresponding wp_options entries, such as options_field_name, are not created
With UiPress deactivated:
The same ACF Theme Options page saves correctly
The values are stored as expected
get_field(..., 'option') works normally
This seems to indicate that UiPress may interfere with the ACF Options Page save process, possibly with the form submission, nonce handling, admin page routing, or the acf/save_post process.
Could you please check whether this is a known compatibility issue with ACF PRO Options Pages, or if there is a recommended workaround?
Please authenticate to join the conversation.
In Review
π Bug Reports
About 7 hours ago

Tim Pfeifer
Get notified by email when there are changes.
In Review
π Bug Reports
About 7 hours ago

Tim Pfeifer
Get notified by email when there are changes.