Automattic\WooCommerce\Blocks\Domain\Services\CheckoutFieldsSchema

DocumentObject::get_context()publicWC 1.0

Get the current context.

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

Хуков нет.

Возвращает

null|Строку. The context.

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

$DocumentObject = new DocumentObject();
$DocumentObject->get_context();

Код DocumentObject::get_context() WC 9.8.5

public function get_context() {
	return $this->context;
}