'. do_shortcode( $description ) .'
'; // Back Side Data if( $b_show_icon == 'yes' && !empty( $b_icon ) ) $back_data .= ''; if( !empty( $b_title ) ) $back_data .= ''. do_shortcode( $b_description ) .'
'; if( $b_show_button == 'yes' ){ if ( empty( $b_text_on_button ) ) $b_text_on_button = __( 'Read more', 'kingcomposer' ); $b_link = ( '||' === $b_link ) ? '' : $b_link; $button_link = kc_parse_link($b_link); if ( strlen( $button_link['url'] ) > 0 ) { $button_href = $button_link['url']; $button_title = $button_link['title']; $button_target = strlen( $button_link['target'] ) > 0 ? $button_link['target'] : '_self'; } $back_data .= ''. $b_text_on_button .''; } ?>