WP_Style_Engine_CSS_Declarations::get_declaration_options(): array

In this article

Gets declaration options keyed by property name.

Return

array Declaration options keyed by property name.

Source

public function get_declaration_options() {
	return $this->declaration_options;
}

Changelog

VersionDescription
7.1.0Introduced.

User Contributed Notes

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