public static function replace_page_title($title, $id)
 {
     if ($id == self::$_options['property_details_page_id'] && in_the_loop() && DispletRetsIdxUtilities::is_referral_function('the_title')) {
         return self::get_page_title();
     }
     return $title;
 }