Use new code style

This commit is contained in:
David Stone
2025-02-07 19:02:33 -07:00
parent 0181024ae1
commit 8433379d90
672 changed files with 37107 additions and 45249 deletions

View File

@ -34,8 +34,7 @@ class WU_Domain_Mapping {
$ip = \WP_Ultimo\Domain_Mapping\Helper::get_network_public_ip();
return apply_filters('wu_domain_mapping_get_ip_address', $ip, $_SERVER['SERVER_ADDR']);
} // end get_ip_address;
}
/**
* Deprecated: get_hosting_support_text
@ -48,7 +47,5 @@ class WU_Domain_Mapping {
_deprecated_function(__METHOD__, '2.0.0');
return '';
} // end get_hosting_support_text;
} // end class WU_Domain_Mapping;
}
}