%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/plugins/js_composer/include/classes/shortcodes/ |
Current File : /var/www/html/ceaa/wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php |
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } class WPBakeryShortCode_VC_Text_separator extends WPBakeryShortCode { public function outputTitle( $title ) { return ''; } public function getVcIcon( $atts ) { if ( empty( $atts['i_type'] ) ) { $atts['i_type'] = 'fontawesome'; } $data = vc_map_integrate_parse_atts( $this->shortcode, 'vc_icon', $atts, 'i_' ); if ( $data ) { $icon = visual_composer()->getShortCode( 'vc_icon' ); if ( is_object( $icon ) ) { return $icon->render( array_filter( $data ) ); } } return ''; } }