Files

12 lines
193 B
PHP
Raw Permalink Normal View History

2023-06-13 23:17:02 +03:00
<?php
/**
* Main WooCommerce Class.
*
* @class WooCommerce
*
* @property \WC_Payment_Gateways $payment_gateways
* @property \WC_Checkout $checkout
*/
final class WooCommerce {}