xwp / stream

🗄️ Stream plugin for WordPress
https://wordpress.org/plugins/stream/
GNU General Public License v2.0
407 stars 116 forks source link

ACF Options page updates not being recorded #1483

Open Enchiridion opened 4 months ago

Enchiridion commented 4 months ago

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