WP_Style_Engine_CSS_Rule::get_declarations(): WP_Style_Engine_CSS_Declarations

In this article

Gets the declarations object.

Return

WP_Style_Engine_CSS_Declarations The declarations object.

Source

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

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

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