Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACF Options page updates not being recorded #1483

Open
Enchiridion opened this issue May 14, 2024 · 0 comments
Open

ACF Options page updates not being recorded #1483

Enchiridion opened this issue May 14, 2024 · 0 comments

Comments

@Enchiridion
Copy link

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

  1. Create an options page using code acf_add_options_page() that isn't named options_xxxx.
  2. Add fields to it using either code or the GUI.
  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant