/
var
/
www
/
barefootlaw.org
/
wp-content
/
themes
/
barefoot
/
inc
/
vc
/
Upload File
HOME
<?php /** * Custom Visual Composer Template Tags & Settings for Theme * * Includes the most important settings for the Visual Composer. * * @package Aisconverse * @subpackage Covercase * @since Covercase 1.0 */ // Includes assets for the MCE editor, shortcodes etc require( get_theme_file_path( 'inc/vc/vc-enqueue.php' )); // Connects / changes / deletes elements from VC require( get_theme_file_path( 'inc/vc/vc-elements.php' )); // Includes some default/init hooks for VC require( get_theme_file_path( 'inc/vc/vc-hooks.php' ) ); // Overrides some elements in VC require( get_theme_file_path( 'inc/vc/vc-lean-map.php' ) );