Developers
...
Filters
Basic

wpgmza_global_settings_save_redux

3min
add additional settings storage handling, or modify existing settings before storing them to the database source apply filters("wpgmza global settings save redux", $data); arguments $data the data to be saved to the settings object (array) requirements must return $data with your changes/additions in place files includes/class settings page php why redux? the preferred method of storage is by adding directly to the dom with the relevant field names in place our core should handle this as expected with that said, some developers require more specific storage handling, this hook replaces a legacy hook which allowed for custom storage logic to be adhered to