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
I hope this is the right place to report a PHP Notice with p2-breathe
I am getting the following PHP Notice with Revision 57498.
Trying to access array offset on value of type bool in inc/customizer.php line 61, 62, 64 & 65
The reason for this is this code. The get_theme_mod() is returning false by default when no settings have been saved and isset() is checking if the variable is null.
I hope this is the right place to report a PHP Notice with p2-breathe
I am getting the following PHP Notice with Revision 57498.
The reason for this is this code. The
get_theme_mod()
is returningfalse
by default when no settings have been saved andisset()
is checking if the variable is null.A possible solution would be
The text was updated successfully, but these errors were encountered: