PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/photostockmall.online/wp-content/themes/stocky/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/photostockmall.online/wp-content/themes/stocky/sidebar-vendor.php

<?php
$author = fes_get_vendor();
?>

<div id="sidebar" class="stocky_vendor_sidebar">

	<div class="stocky_vendor">

		<?php echo get_avatar( $author->ID, 120 ); ?>
		<span class="vendor_name"><?php echo esc_attr( $author->display_name ); ?></span>
		<span class="vendor_since"><?php printf( __( 'Member Since: %s', 'stocky' ), date_i18n( 'Y', strtotime( $author->user_registered ) ) ); ?></span>

	</div>

	<?php if ( '' != $author->description ) : ?>

	<div class="stocky_vendor_bio">

		<div class="box_title">
			<h3><?php _e('About Me', 'stocky') ?></h3>
		</div>

		<span><?php echo esc_attr( $author->description ); ?></span>

	</div>

	<?php endif; ?>

	<?php if ( get_current_user_id() != $author->ID ) : // if user is not on their own profile ?>

	<div class="stocky_vendor_contact">

		<div class="box_title">
			<h3><?php _e( 'Contact', 'stocky'); ?></h3>
		</div>

		<?php echo do_shortcode( '[fes_vendor_contact_form id="' . $author->ID . '"]' ); ?>

	</div>

	<?php endif; ?>

</div>