Warning: This method has been deprecated.
WC_Geolocation::get_local_database_path( string $deprecated = '2' )
Path to our local db.
Description Description
Parameters Parameters
- $deprecated
-
(Optional) Deprecated since 3.4.0.
Default value: '2'
Return Return
(string)
Source Source
File: includes/class-wc-geolocation.php
public static function get_local_database_path( $deprecated = '2' ) { wc_deprecated_function( 'WC_Geolocation::get_local_database_path', '3.9.0' ); $integration = wc()->integrations->get_integration( 'maxmind_geolocation' ); return $integration->get_database_service()->get_database_path(); }
Changelog Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |