| Server IP : 217.160.0.251 / Your IP : 216.73.216.41 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u94981163 ( 8991765) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/15/d754908516/htdocs/wp-content/themes/est-project/templates/property/ |
Upload File : |
<?php
/**
* @var Es_Settings_Container $es_settings
*/
global $es_settings; ?>
<div class="a2a_kit post__share-wrapper">
<?php do_action( 'es_before_share_block_buttons' ); ?>
<?php echo es_wishlist_get_button( $post->ID ); ?>
<?php if ( $es_settings->share_facebook ) : ?>
<a class="a2a_button_facebook">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<?php endif; ?>
<?php if ( $es_settings->share_twitter ) : ?>
<a class="a2a_button_twitter">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<?php endif; ?>
<?php if ( $es_settings->share_google_plus ) : ?>
<a class="a2a_button_google_plus">
<i class="fa fa-google-plus" aria-hidden="true"></i>
</a>
<?php endif; ?>
<?php if ( $es_settings->share_linkedin ) : ?>
<a class="a2a_button_linkedin">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<?php endif; ?>
<?php do_action( 'es_after_share_block_buttons' ); ?>
</div>