/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/vc_templates
Edit: /home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/vc_templates/qode_clients.php (684B)
"four_columns",
'hover_effect' => 'default',
'switch_effect' => '',
'disable_separators' => 'no'
);
$html = "";
extract(shortcode_atts($args, $atts));
$html = '
';
$html .= do_shortcode($content);
$html .= '
';
echo $html;