wp-plugin-leaflet-map
wp-plugin-leaflet-map copied to clipboard
Add option to reset a single field in settings
Instead of the reset all button. Maybe ajax?
It is not a reset button, but a possibility, I use:
if ($setting != $option['default'] ) {
echo __("Plugins Default:", "extensions-leaflet-map").' '. $option['default'] . '<br>';
}
or similar.