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
// When checking the value of a variable, use the tpl_get_option() function. When displaying them, use the tpl_get_value() or tpl_value().
// The _value() functions return a formatted string, and can make problems if tpl_get_option() is empty, but the _value() functions add a prefix/suffix
if ( tpl_get_option( 'option_name' ) == 'good' ) {