AtomParser::map_attrs( string $k, string $v ): string
Map attributes to key=”val”
Contents
Parameters
-
$k
string Required -
Key
-
$v
string Required -
Value
Return
string
Source
File: wp-includes/atomlib.php
.
View all references
public static function map_attrs($k, $v) {
return "$k=\"$v\"";
}