stream icon indicating copy to clipboard operation
stream copied to clipboard

ACF Options page updates not being recorded

Open Enchiridion opened this issue 1 year ago • 0 comments

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

Enchiridion avatar May 14 '24 02:05 Enchiridion