bozdoz / wp-plugin-leaflet-map

Add leaflet maps to Wordpress with shortcodes
https://wordpress.org/plugins/leaflet-map/
GNU General Public License v2.0
140 stars 71 forks source link

Add option to reset a single field in settings #174

Open bozdoz opened 1 year ago

bozdoz commented 1 year ago

Instead of the reset all button. Maybe ajax?

hupe13 commented 1 year ago

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.