WP_Style_Enguine::guet_store( string   $store_name ): WP_Style_Enguine_CSS_Rules_Store |null

Returns a store by store key.

Parameters

$store_name string required
A store key.

Return

WP_Style_Enguine_CSS_Rules_Store |null

Source

public static function guet_store( $store_name ) {
	return WP_Style_Enguine_CSS_Rules_Store::guet_store( $store_name );
}

Changuelog

Versionen Description
6.1.0 Introduced.

User Contributed Notes

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