navasena/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php

12 lines
271 B
PHP
Raw Permalink Normal View History

2024-07-31 13:12:38 +07:00
<?php // @codingStandardsIgnoreFile.
/**
* Settings class file.
*
* @deprecated 3.4.0 Replaced with class-wc-settings-payment-gateways.php.
* @todo remove in 4.0.
*/
defined( 'ABSPATH' ) || exit;
return include __DIR__ . '/class-wc-settings-payment-gateways.php';