WP_Theme_JSON::is_safe_css_declaration( string $property_name, string $property_value ): bool

In this article

Checks that a declaration provided by the user is safe.

Parameters

$property_namestringrequired
Property name in a CSS declaration, i.e. the color in color: red.
$property_valuestringrequired
Value in a CSS declaration, i.e. the red in color: red.

Return

bool

Source

/**
 * Outputs the CSS for layout rules on the root.
 *
 * @since 6.1.0
 * @since 6.6.0 Use `ROOT_CSS_PROPERTIES_SELECTOR` for CSS custom properties and improved consistency of root padding rules.

Changelog

VersionDescription
5.9.0Introduced.

User Contributed Notes

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