WC_Integration_MaxMind_Geolocation::admin_options()publicWC 1.0

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

Метод класса: WC_Integration_MaxMind_Geolocation{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код WC_Integration_MaxMind_Geolocation::admin_options() WC 8.7.0

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

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