woocommerce/includes/admin/settings/class-wc-settings-checkout.php

12 lines
260 B
PHP
Raw Normal View History

2018-04-16 13:27:03 +00:00
<?php // @codingStandardsIgnoreFile.
2013-07-26 14:36:28 +00:00
/**
2018-04-16 13:27:03 +00:00
* Settings class file.
2013-07-26 14:36:28 +00:00
*
2018-04-16 13:27:03 +00:00
* @deprecated 3.4.0 Replaced with class-wc-settings-payment-gateways.php.
* @todo remove in 4.0.
2013-07-26 14:36:28 +00:00
*/
2018-03-15 12:36:10 +00:00
defined( 'ABSPATH' ) || exit;
2018-04-16 13:27:03 +00:00
return include 'class-wc-settings-payment-gateways.php';