Hide Rows or Elements conditionally
There are differen approaches to conditionally hide elements or rows in the total theme. This is what i have so far. Read more in my support thread. /** * Add Custom Dynamic Variables. */ add_filter( 'totaltheme/replace_vars/vars', function( $vars ) {…
