hey steve,
was wondering what will go horribly wrong if I temporarily turn off the pre_update_option filter for the option settings. The reason being I needed to update one of the options (a counter) whenever an event happens but since the pre_update_option is using the $_REQUEST it’s dying on me.
Warning: current() [function.current]: Passed variable is not an array or object in ….\wp-content\plugins\piklist\includes\class-piklist-setting.php on line 152
Warning: Invalid argument supplied for foreach() in …..\wp-content\plugins\piklist\includes\class-piklist-setting.php on line 152
best regards,
Harris