暫無描述

class-wc-settings-checkout.php 271B

123456789101112
  1. <?php // @codingStandardsIgnoreFile.
  2. /**
  3. * Settings class file.
  4. *
  5. * @deprecated 3.4.0 Replaced with class-wc-settings-payment-gateways.php.
  6. * @todo remove in 4.0.
  7. */
  8. defined( 'ABSPATH' ) || exit;
  9. return include __DIR__ . '/class-wc-settings-payment-gateways.php';