%PDF- %PDF-
| Direktori : /home/casasmonvl/luxuryhotelproject/wp-content/themes/houzez/template-parts/realtors/agent/ |
| Current File : /home/casasmonvl/luxuryhotelproject/wp-content/themes/houzez/template-parts/realtors/agent/fax.php |
<?php
global $houzez_local;
$agent_fax = get_post_meta( get_the_ID(), 'fave_agent_fax', true );
if(is_author()) {
global $current_author_meta;
$agent_fax = isset($current_author_meta['fave_author_fax'][0]) ? $current_author_meta['fave_author_fax'][0] : '';
}
$agent_fax_call = str_replace(array('(',')',' ','-'),'', $agent_fax);
if( !empty( $agent_fax ) ) { ?>
<li>
<strong><?php echo $houzez_local['fax_colon']; ?></strong>
<a href="fax:<?php echo esc_attr($agent_fax_call); ?>">
<span><?php echo esc_attr( $agent_fax ); ?></span>
</a>
</li>
<?php } ?>