Shows error when saving options
-
same as reported here:
https://www.ads-software.com/support/topic/whows-error-on-saving-options?replies=1WP debug set on.
The code in functions.php around line 80 shows a comment, indicating the source of the issue :
<?php // TODO: why is the line below needed? gives deprecated errors ?>
<input type=”hidden” name=”page_options” value=”<?php echo join($arr_page_options, “,”) ?>” />True enough getting rid of that input causes it to no longer throw errors on saving.
Is there any known consequence to getting rid of that hidden input? Is it a legacy support thing, perhaps?
-Chris
- The topic ‘Shows error when saving options’ is closed to new replies.