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