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 (null).

Usage

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

WC_Integration_MaxMind_Geolocation::admin_options() code WC 8.7.0

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

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