Files
old-new-wiaas/backend/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php
2018-06-14 16:49:28 +02:00

12 lines
260 B
PHP

<?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 'class-wc-settings-payment-gateways.php';