2018-04-16 13:27:03 +00:00
|
|
|
<?php // @codingStandardsIgnoreFile.
|
|
|
|
/**
|
|
|
|
* Settings class file.
|
|
|
|
*
|
|
|
|
* @deprecated 3.4.0 Replaced with class-wc-settings-advanced.php.
|
|
|
|
* @todo remove in 4.0.
|
|
|
|
*/
|
|
|
|
|
|
|
|
defined( 'ABSPATH' ) || exit;
|
|
|
|
|
2020-08-26 21:46:44 +00:00
|
|
|
return include __DIR__ . '/class-wc-settings-advanced.php';
|