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.9.7.1

apply_filters('woocommerce_maxmind_geolocation_database_service') is found 1 times:

  • /includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php line 41
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    *
     * @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();