Automattic\WooCommerce\Internal\DataStores

CustomMetaDataStore::get_table_name()protectedWC 1.0

Returns the name of the table used for storage.

Method of the class: CustomMetaDataStore{}

No Hooks.

Return

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_table_name();

CustomMetaDataStore::get_table_name() code WC 8.7.0

abstract protected function get_table_name();