ActionScheduler_HybridStore::get_claim_count()publicWC 1.0

Get the claim count from the table data store.

Method of the class: ActionScheduler_HybridStore{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_HybridStore = new ActionScheduler_HybridStore();
$ActionScheduler_HybridStore->get_claim_count();

ActionScheduler_HybridStore::get_claim_count() code WC 8.7.0

public function get_claim_count() {
	return $this->primary_store->get_claim_count();
}