Deprecated old WC_Geo_IP class
This commit is contained in:
parent
c4eac9f4e5
commit
774a54b8ee
|
@ -4,10 +4,9 @@
|
||||||
*
|
*
|
||||||
* This class is a fork of GeoIP class from MaxMind LLC.
|
* This class is a fork of GeoIP class from MaxMind LLC.
|
||||||
*
|
*
|
||||||
* @author WooThemes
|
* @package WooCommerce/Classes
|
||||||
* @category Admin
|
* @version 2.4.0
|
||||||
* @package WooCommerce/Classes
|
* @deprecated 3.4.0
|
||||||
* @version 2.4.0
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( ! defined( 'ABSPATH' ) ) {
|
if ( ! defined( 'ABSPATH' ) ) {
|
||||||
|
@ -16,6 +15,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WC_Geo_IP Class.
|
* WC_Geo_IP Class.
|
||||||
|
*
|
||||||
|
* @deprecated 3.4.0
|
||||||
*/
|
*/
|
||||||
class WC_Geo_IP {
|
class WC_Geo_IP {
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
<exclude-pattern>includes/legacy/</exclude-pattern>
|
<exclude-pattern>includes/legacy/</exclude-pattern>
|
||||||
<exclude-pattern>includes/api/legacy/</exclude-pattern>
|
<exclude-pattern>includes/api/legacy/</exclude-pattern>
|
||||||
<exclude-pattern>includes/api/v1/</exclude-pattern>
|
<exclude-pattern>includes/api/v1/</exclude-pattern>
|
||||||
|
<exclude-pattern>includes/class-wc-geo-ip.php</exclude-pattern>
|
||||||
<exclude-pattern>includes/wc-deprecated-functions.php</exclude-pattern>
|
<exclude-pattern>includes/wc-deprecated-functions.php</exclude-pattern>
|
||||||
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
||||||
<exclude-pattern>*/vendor/*</exclude-pattern>
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||||||
|
|
Loading…
Reference in New Issue