WP_Style_Engine_CSS_Declarations::get_declarations(): string[]

In this article

Gets the declarations array.

Return

string[] The declarations array.

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.