WpOrg\Requests
IdnaEncoder::nameprep()
Prepare a text string for use as an IDNA name
Method of the class: IdnaEncoder{}
No Hooks.
Return
String
. Prepared string
Usage
$result = IdnaEncoder::nameprep( $text );
- $text(string) (required)
- Text to prepare.
IdnaEncoder::nameprep() IdnaEncoder::nameprep code WP 6.6.2
protected static function nameprep($text) { return $text; }