WP_Style_Engine_CSS_Rule::get_rules_grouppublicWP 6.6.0

Gets the rules group.

Method of the class: WP_Style_Engine_CSS_Rule{}

No Hooks.

Returns

String.

Usage

$WP_Style_Engine_CSS_Rule = new WP_Style_Engine_CSS_Rule();
$WP_Style_Engine_CSS_Rule->get_rules_group();

Changelog

Since 6.6.0 Introduced.

WP_Style_Engine_CSS_Rule::get_rules_group() code WP 6.8.1

public function get_rules_group() {
	return $this->rules_group;
}