WC_Integration_MaxMind_Geolocation::admin_options()publicWC 1.0

Override the normal options so we can print the database file path to the admin,

Method of the class: WC_Integration_MaxMind_Geolocation{}

No Hooks.

Return

null. Nothing.

Usage

$WC_Integration_MaxMind_Geolocation = new WC_Integration_MaxMind_Geolocation();
$WC_Integration_MaxMind_Geolocation->admin_options();

WC_Integration_MaxMind_Geolocation::admin_options() code WC 7.5.1

public function admin_options() {
	parent::admin_options();

	include dirname( __FILE__ ) . '/views/html-admin-options.php';
}