W3cubDocs

/WordPress

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–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/atomparser/map_attrs