On this page
AtomParser::map_attrs( string $k, string $v ): string
Map attributes to key=”val”
Parameters
$kstring Required-
Key
$vstring Required-
Value
Return
string
Source
File: wp-includes/atomlib.php. View all references
public static function map_attrs($k, $v) {
return "$k=\"$v\"";
}
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/atomparser/map_attrs