WP_Style_Engine::get_store( string $store_name ): WP_Style_Engine_CSS_Rules_Store|null

In this article

Returns a store by store key.

Parameters

$store_namestringrequired
A store key.

Return

WP_Style_Engine_CSS_Rules_Store|null

Source

public static function get_store( $store_name ) {
	return WP_Style_Engine_CSS_Rules_Store::get_store( $store_name );
}

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

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