Constructor.
$selectorstringoptional
Default:''
$declarationsstring[]|WP_Style_Engine_CSS_Declarationsoptional
array( "$property" => "$value", "$property" => "$value" ), or a WP_Style_Engine_CSS_Declarations object.Default:array()
$rules_groupstringoptional
@media (min-width: 80rem) or @layer module.Default:''
public function __construct( $selector = '', $declarations = array(), $rules_group = '' ) {
$this->set_selector( $selector );
$this->add_declarations( $declarations );
$this->set_rules_group( $rules_group );
}
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_style_engine_css_rule/__construct