Automattic\WooCommerce\Internal\Abilities\Domain

ProductCreate::get_input_schemaprivate staticWC 1.0

Get the ability input schema.

Method of the class: ProductCreate{}

No Hooks.

Returns

Array.

Usage

$result = ProductCreate::get_input_schema(): array;

ProductCreate::get_input_schema() code WC 11.0.1

private static function get_input_schema(): array {
	return self::get_product_create_input_schema();
}