WC_REST_Product_Variations_V2_Controller::get_default_response_entity_typeprotectedWC 1.0

Get the default entity type for response caching.

Метод класса: WC_REST_Product_Variations_V2_Controller{}

Хуков нет.

Возвращает

Строку|null. The entity type.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_default_response_entity_type(): ?string;

Код WC_REST_Product_Variations_V2_Controller::get_default_response_entity_type() WC 10.5.2

protected function get_default_response_entity_type(): ?string {
	return 'product_variation';
}