WP_Style_Engine_CSS_Rule::get_declarationspublicWP 6.1.0

Gets the declarations object.

Method of the class: WP_Style_Engine_CSS_Rule{}

No Hooks.

Returns

WP_Style_Engine_CSS_Declarations. The declarations object.

Usage

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

Changelog

Since 6.1.0 Introduced.

WP_Style_Engine_CSS_Rule::get_declarations() code WP 6.8.1

public function get_declarations() {
	return $this->declarations;
}