Files
medicalalert-web-reloaded/wp/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

12 lines
271 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 __DIR__ . '/class-wc-settings-payment-gateways.php';