| Server IP : 217.160.0.50 / Your IP : 216.73.216.185 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u106894358 ( 5897830) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/43/d895481126/htdocs/clickandbuilds/LogestyServices/wp-content/themes/homey/ |
Upload File : |
<?php
get_header();
global $wp_query, $homey_local, $homey_prefix;
$queried_object = get_queried_object();
$role = '';
if(isset($queried_object->roles[0])){
$role = $queried_object->roles[0];
}
if($role == 'homey_renter') {
get_template_part('template-parts/profile/guest');
} else {
get_template_part('template-parts/profile/host');
}
get_footer();
?>