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

More uninitialized variables, this time in the widget #80

Closed benlk closed 5 years ago

benlk commented 5 years ago

Changes

screen shot 2018-10-22 at 11 58 24 pm

Why

Continued cleanup, started by #8.

Possibly addresses https://github.com/INN/doubleclick-for-wp/issues/31

Testing/Questions

Questions that need to be answered before merging:

Steps to test this PR:

  1. Save widget settings using an old version of this plugin, 0.2.1.
  2. Check out this branch
  3. Do the widget settings on the form match what they previously were?
  4. Do the same as above, but in the Customizer
benlk commented 5 years ago

With the widget admin:

With the customizer:

benlk commented 5 years ago

And this PR appears to fix part of https://github.com/INN/doubleclick-for-wp/issues/31, where on the first save of the widget, the settings were lost.