PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
functions
/
vc_templates
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php $output = $el_class = $el_id = $css_animation = $bordered =''; $atts = vc_map_get_attributes( $this->getShortcode(), $atts ); extract( $atts ); if ($bordered !='') {$bordered =' rehub_bordered_block';} $class_to_filter = 'post wpb_content_element ' . $this->getCSSAnimation( $css_animation ); $class_to_filter .= vc_shortcode_custom_css_class( $css, ' ' ) . $this->getExtraClass( $el_class ); $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, $class_to_filter, $this->settings['base'], $atts ); $wrapper_attributes = array(); if ( ! empty( $el_id ) ) { $wrapper_attributes[] = 'id="' . esc_attr( $el_id ) . '"'; } $output = ' <article class="' . esc_attr( $css_class ) .$bordered. '" ' . implode( ' ', $wrapper_attributes ) . '> <div class="wpb_wrapper"> ' . wpb_js_remove_wpautop( $content, true ) . ' </div> </article> '; echo ''.$output;
[+]
..
[-] vc_tta_global.php
[edit]
[-] vc_column_text.php
[edit]
[-] gal_carousel.php
[edit]
[-] vc_row.php
[edit]
[-] vc_tabs.php
[edit]
[-] vc_widget_sidebar.php
[edit]
[-] mdtf_shortcode.php
[edit]
[-] basic_templates.php
[edit]
[-] vc_accordion.php
[edit]
[-] vc_accordion_tab.php
[edit]
[-] vc_gallery.php
[edit]