Use new code style
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user