add_action( 'wpex_toggle_bar_active', function( $bool ) { // Disable on blog archives (category/tag/date/author/blog template/format archives) if ( wpex_is_blog_query() ) { $bool…