I am using the following lines to check if the theme setting already exist or set but it's not working:
if (get_theme_mod('mysetting')==FALSE) {
Aside from get_theme_mod, how to really check if the theme setting is already set? Thanks.
|
I am using the following lines to check if the theme setting already exist or set but it's not working:
Aside from get_theme_mod, how to really check if the theme setting is already set? Thanks. |
|||
|
|
|
Maybe |
|||
|