woocommerce_maxmind_geolocation_database_service

woocommerce_maxmind_geolocation_database_service

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_maxmind_geolocation_database_service') is found 1 times:

  • /includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php line 41
    		 *
    		 * @since 3.9.0
    		 * @return mixed|null The geolocation database service.
    		 */
    		$this->database_service = apply_filters( 'woocommerce_maxmind_geolocation_database_service', null );
    		if ( null === $this->database_service ) {
    			$this->database_service = new WC_Integration_MaxMind_Database_Service( $this->get_database_prefix() );
    		}
    
    		$this->init_form_fields();
    		$this->init_settings();