WC_Data_Store::load( string $object_type )

Loads a data store.


Description Description


Parameters Parameters

$object_type

(Required) Name of object.


Top ↑

Return Return

(WC_Data_Store)


Top ↑

Source Source

File: includes/class-wc-data-store.php

	public static function load( $object_type ) {
		return new WC_Data_Store( $object_type );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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