C:\xampp\htdocs\landing\wp-content\plugins\js_composer\include\templates\shortcodes\vc_cta.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?php
if ( ! defined'ABSPATH' ) ) {
    die( 
'-1' );
}
/**
 * Shortcode attributes
 * @var $atts
 * @var $content - shortcode content
 * Shortcode class
 * @var WPBakeryShortCode_Vc_Cta $this
 */

$atts vc_map_get_attributes$this->getShortcode(), $atts );
$this->buildTemplate$atts$content );
$containerClass trim'vc_cta3-container ' esc_attrimplode' '$this->getTemplateVariable'container-class' ) ) ) );
$cssClass trim'vc_general ' esc_attrimplode' '$this->getTemplateVariable'css-class' ) ) ) );
$output '';

$output .= '<section class="' esc_attr$containerClass ) . '"' . ( ! empty( $atts['el_id'] ) ? ' id="' esc_attr$atts['el_id'] ) . '"' '' ) . '>';
$output .= '<div class="' esc_attr$cssClass ) . '"';
if ( 
$this->getTemplateVariable'inline-css' ) ) {
    
$output .= ' style="' esc_attrimplode' '$this->getTemplateVariable'inline-css' ) ) ) . '"';
}
$output .= '>'// div
$output .= $this->getTemplateVariable'icons-top' );
$output .= $this->getTemplateVariable'icons-left' );

$output .= '<div class="vc_cta3_content-container">';
$output .= $this->getTemplateVariable'actions-top' );
$output .= $this->getTemplateVariable'actions-left' );
$output .= '<div class="vc_cta3-content">';
$output .= '<header class="vc_cta3-content-header">';
$output .= $this->getTemplateVariable'heading1' );
$output .= $this->getTemplateVariable'heading2' );
$output .= '</header>';
$output .= $this->getTemplateVariable'content' );
$output .= '</div>';
$output .= $this->getTemplateVariable'actions-bottom' );
$output .= $this->getTemplateVariable'actions-right' );
$output .= '</div>';
$output .= $this->getTemplateVariable'icons-bottom' );
$output .= $this->getTemplateVariable'icons-right' );
$output .= '</div></section>';

return 
$output;
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586