Can’t wrap my head around this function – any help would be appreciated

Your problem is that you return nothing if some of the options doesn’t meet your criteria. For example, you are doing this: if ( $header_container == get_theme_mod( ‘header_container_background_color’, ‘#e6e6e6’ ) ) return; So, if $header_container is equal to #e6e6e6, the function return and stop further execution. You have to change that logic. For example (just … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)