I can confirm the issue.
To me it seems to be frontend-related: When changing the values (clicking the checkboxes), they are reflected in the database but after the page load the options look the same.
However, what I noticed, is that the active values have the value “on” in the database, whereas I suspected it to be ‘1’:
mysql> SELECT * FROM wp_options WHERE option_name = 'sgf_options';
+-----------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
| option_id | option_name | option_value | autoload |
+-----------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
| 133 | sgf_options | a:5:{s:7:"enabled";s:1:"1";s:16:"process_enqueues";s:2:"on";s:17:"process_css_files";s:2:"on";s:18:"process_css_inline";s:2:"on";s:17:"protocol_relative";s:2:"on";} | yes |
+-----------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
1 row in set (0.00 sec)
On the other hand side, in file inc/admin.php I can’t see anything which looks like the checkboxes are ever updated by the real values.
@asadkn: Is this plugin also hosted on github? Or how can one support with this plugin?
Hi, can also confirm the issue
Confirm the issue with version 1.0.1.
Not saving any checkbox settings correctly.