Close VC Tabs First Active Tab on Mobile Devices
add_action( 'wp_footer', function() { ?> ( function( $ ) { 'use strict'; // Get viewport width var e = window, a = 'inner'; if ( ! ( 'innerWidth' in window ) ) { a = 'client'; e = document.documentElement ||…