Domain: antoinekatan.com
Server Adress: 10.127.20.23

privdayz.com

/home/xdxuekl/www/wp-content/plugins/quart-core/shortcodes/team/templates/
Dosya Yükle :
Current File : /home/xdxuekl/www/wp-content/plugins/quart-core/shortcodes/team/templates/info-on-image.php

<div class="mkdf-team-holder <?php echo esc_attr($holder_classes); ?>">
	<div class="mkdf-team-inner">
		<?php if ($team_image !== '') { ?>
			<div class="mkdf-team-image">
                <?php echo wp_get_attachment_image($team_image, 'full'); ?>
				<div class="mkdf-team-social-wrapper">
					<div class="mkdf-team-social-outer">
						<div class="mkdf-team-social-inner">
                            <?php if ($team_position !== "") { ?>
                                <h6 class="mkdf-team-position" <?php echo quart_mikado_get_inline_style($team_position_styles); ?>><?php echo esc_html($team_position); ?></h6>
                            <?php } ?>
							<?php if ($team_name !== '') { ?>
								<<?php echo esc_attr($team_name_tag); ?> class="mkdf-team-name" <?php echo quart_mikado_get_inline_style($team_name_styles); ?>><?php echo esc_html($team_name); ?></<?php echo esc_attr($team_name_tag); ?>>
							<?php } ?>
							<?php if ($team_text !== "") { ?>
								<p class="mkdf-team-text" <?php echo quart_mikado_get_inline_style($team_text_styles); ?>><?php echo esc_html($team_text); ?></p>
							<?php } ?>
							<?php if (!empty($team_social_icons)) { ?>
								<div class="mkdf-team-social-holder">
									<?php foreach( $team_social_icons as $team_social_icon ) { ?>
										<span class="mkdf-team-icon"><?php echo wp_kses_post($team_social_icon); ?></span>
									<?php } ?>
								</div>
							<?php } ?>
						</div>
					</div>
				</div>
			</div>
		<?php } ?>
	</div>
</div>

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.