2014-01-02 14:41:00 +00:00
|
|
|
<div class="wrap"
|
|
|
|
<?php screen_icon(); ?>
|
|
|
|
<h2>Simple Location Options</h2>
|
|
|
|
|
|
|
|
<form method="post" action="options.php">
|
|
|
|
|
|
|
|
<?php
|
|
|
|
settings_fields( 'simple-location-options' );
|
|
|
|
?>
|
|
|
|
|
2014-01-07 01:26:41 +00:00
|
|
|
<a href="http://ipinfodb.com">IPInfoDB</a> API Key: <input id="simple-location-api-key" name="simple-location-api-key" type="text" value="<?php print get_option('simple-location-api-key'); ?>" size="70" />
|
2014-01-02 14:41:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
<?php submit_button(); ?>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|