On this page
WP_Style_Engine_CSS_Rules_Store::set_name( string $name ): void
Sets the store name.
Parameters
$namestring Required-
The store name.
Return
void
Source
File: wp-includes/style-engine/class-wp-style-engine-css-rules-store.php. View all references
public function set_name( $name ) {
$this->name = $name;
}
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_rules_store/set_name