INN / doubleclick-for-wp

WordPress plugin for serving Google Ad Manager ads
https://wordpress.org/plugins/doubleclick-for-wp/
GNU General Public License v2.0
25 stars 11 forks source link

Better validation on save for plugin options #44

Closed aschweigert closed 7 years ago

aschweigert commented 7 years ago

It would be nice to do a little checking to make sure the plugin options are valid/sensical before saving.

For example, you can easily add overlapping breakpoints or give them nonsense values. We should check and throw an error if breakpoints overlap or the data otherwise doesn't match what we need here.

aschweigert commented 7 years ago

addressed in #49