On this page
WP_Style_Engine_CSS_Declarations::get_declarations(): array
Gets the declarations array.
Return
array
Source
File: wp-includes/style-engine/class-wp-style-engine-css-declarations.php. View all references
public function get_declarations() {
return $this->declarations;
}
Related
Used By
| Used By | Description |
|---|---|
| WP_Style_Engine_CSS_Declarations::get_declarations_string() wp-includes/style-engine/class-wp-style-engine-css-declarations.php | Filters and compiles the CSS declarations. |
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_style_engine_css_declarations/get_declarations