W3cubDocs

/WordPress

AtomParser::map_attrs( string $k, string $v ): string

Map attributes to key=”val”

Parameters

$kstringrequired
Key
$vstringrequired
Value

Return

string

Source

public static function map_attrs($k, $v) {
	return "$k=\"$v\"";
}

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/atomparser/map_attrs