You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 named options_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
The text was updated successfully, but these errors were encountered:
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 withoptions_
but not if it's created via code.Steps to Reproduce the Problem
acf_add_options_page()
that isn't namedoptions_xxxx
.System Information
The text was updated successfully, but these errors were encountered: