'', 'content_block' => '', ), $atts ) ); $output .= '
'; if ( $title_block == 1 ) { $output .= '
'; $output .= '
{{ a13_item_meta_data:_subtitle }}
'; $output .= '
{{ post_data:post_title }}
'; $output .= '
'; } if ( $content_block == 1 ) { $output .= '
'; $output .= '
{{ post_data:post_content }}
'; $output .= '
{{ a13_team_member_socials }}
'; $output .= '
'; } $output .= '
'; return $output; } add_shortcode( 'vc_a13_team_member', 'a13fe_vc_team_member_render' ); function a13fe_vc_testimonial_signature_render() { return '
{{ post_data:post_title }} - {{ a13_item_meta_data:_subtitle }}
'; } add_shortcode( 'vc_a13_testimonial_signature', 'a13fe_vc_testimonial_signature_render' ); //function left in theme cause of theme function usage add_shortcode( 'vc_a13_post_meta_1', 'vc_a13_post_meta_1_render' );