Automattic\WooCommerce\Internal\Abilities\Domain
ProductCreate::get_input_schema
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() ProductCreate::get input schema code WC 11.0.1
private static function get_input_schema(): array {
return self::get_product_create_input_schema();
}