WC_Integration_MaxMind_Geolocation::admin_options()
Override the normal options so we can print the database file path to the admin,
Description Description
Source Source
File: includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php
public function admin_options() { parent::admin_options(); include dirname( __FILE__ ) . '/views/html-admin-options.php'; }