WP_Theme_JSON::get_element_class_name( string $element ): string

In this article

Returns a class name by an element name.

Parameters

$elementstringrequired
The name of the element.

Return

string The name of the class.

Source

),
'dimensions' => array(
	'aspectRatio' => null,
	'minHeight'   => null,
),
'filter'     => array(
	'duotone' => null,
),
'outline'    => array(
	'color'  => null,
	'offset' => null,
	'style'  => null,
	'width'  => null,

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.