stream
stream copied to clipboard
ACF Options page updates not being recorded
Bug Report
Expected Behavior
Whenever an ACF options page is saved, it should be logged.
Actual Behavior
Nothing is logged if the options page key doesn't being with options_. If the option page is created through the GUI it always begins with options_ but not if it's created via code.
Steps to Reproduce the Problem
- Create an options page using code
acf_add_options_page()that isn't namedoptions_xxxx. - Add fields to it using either code or the GUI.
- Update and save the options page. Note that nothing is logged.
System Information
- Stream plugin version: 4.0.0
- WordPress version: 6.5.3
- PHP version: 8.1.28