WP_Style_Engine_CSS_Rules_Store::get_all_rulespublicWP 6.1.0

Gets an array of all rules.

Method of the class: WP_Style_Engine_CSS_Rules_Store{}

No Hooks.

Returns

WP_Style_Engine_CSS_Rule[].

Usage

$WP_Style_Engine_CSS_Rules_Store = new WP_Style_Engine_CSS_Rules_Store();
$WP_Style_Engine_CSS_Rules_Store->get_all_rules();

Changelog

Since 6.1.0 Introduced.

WP_Style_Engine_CSS_Rules_Store::get_all_rules() code WP 6.8.1

public function get_all_rules() {
	return $this->rules;
}