You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be using only one option in the database. The settings should be saved in a single array. So the setting would be simon_settings and everything would be saved in there. The problem is in line 35 of customizer.php It should be 'simon_settings[simone_header_color]'
The setting output should be escaped in simone_customizer_css().
There is no use for simon.mo. It can be deleted.
The text was updated successfully, but these errors were encountered:
Thanks for doing this @grappler. I'll flag these and get them sorted in the next update.
Just fyi on point 2: The first setting is old, the second is new. I added more features and started messing with the structure of the whole document and the result was I overlooked the old stuff.
As I was doing the PR #41 I saw a few things that could be improved.
https://github.com/mor10/simone/blob/master/functions.php#L60-64
simon_settings
and everything would be saved in there. The problem is in line 35 of customizer.php It should be'simon_settings[simone_header_color]'
simone_customizer_css()
.simon.mo
. It can be deleted.The text was updated successfully, but these errors were encountered: