__( 'Quantity step', 'tier-pricing-table' ), 'property' => 'tiered_pricing_quantity_step', 'min' => 2, ); } public function isCustomBlock(): bool { return false; } public function wrapToPremium(): bool { return true; } }