| Server IP : 54.36.91.62 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : uxhactp ( 169076) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/uxhactp/www/wp-content/plugins/js_composer/include/templates/shortcodes/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
/**
* Shortcode attributes
* @var $atts
* @var $content - shortcode content
* Shortcode class
* @var $this WPBakeryShortCode_VC_Cta
*/
$atts = vc_map_get_attributes( $this->getShortcode(), $atts );
$this->buildTemplate( $atts, $content );
$containerClass = trim( 'vc_cta3-container ' . esc_attr( implode( ' ', $this->getTemplateVariable( 'container-class' ) ) ) );
$cssClass = trim( 'vc_general ' . esc_attr( implode( ' ', $this->getTemplateVariable( 'css-class' ) ) ) );
?>
<section class="<?php echo esc_attr( $containerClass ); ?>">
<div class="<?php echo esc_attr( $cssClass ); ?>"<?php
if ( $this->getTemplateVariable( 'inline-css' ) ) {
echo ' style="' . esc_attr( implode( ' ', $this->getTemplateVariable( 'inline-css' ) ) ) . '"';
}
?>>
<?php echo $this->getTemplateVariable( 'icons-top' ); ?>
<?php echo $this->getTemplateVariable( 'icons-left' ); ?>
<div class="vc_cta3_content-container">
<?php echo $this->getTemplateVariable( 'actions-top' ); ?>
<?php echo $this->getTemplateVariable( 'actions-left' ); ?>
<div class="vc_cta3-content">
<header class="vc_cta3-content-header">
<?php echo $this->getTemplateVariable( 'heading1' ); ?>
<?php echo $this->getTemplateVariable( 'heading2' ); ?>
</header>
<?php echo $this->getTemplateVariable( 'content' ); ?>
</div>
<?php echo $this->getTemplateVariable( 'actions-bottom' ); ?>
<?php echo $this->getTemplateVariable( 'actions-right' ); ?>
</div>
<?php echo $this->getTemplateVariable( 'icons-bottom' ); ?>
<?php echo $this->getTemplateVariable( 'icons-right' ); ?>
</div>
</section>