WidgetOptions / widget-options

Additional Widget options for better widget control. Available on
https://widget-options.com/
GNU General Public License v3.0
35 stars 16 forks source link

admin hijacking to index.php?page=widget-opts-getting-started upon activation #70

Open hommealone opened 5 years ago

hommealone commented 5 years ago

If you've ever tried enabling/disabling plugins one by one to find a plugin conflict, you'll realize that WO's practice of force redirecting the admin to index.php?page=widget-opts-getting-started whenever the plugin is activated is a pain in the a**.

IMHO, that is bad behavior on the part of a plugin. When people are ready to configure the plugin after install or activation, then they will visit the plugins's settings page. If you could get the plugin to redirect ONLY upon it's initial activation right after download, but not upon any (re)activation, I suppose that would be OK. Otherwise, you should disable that behavior altogether.

I realize this is nit-picking; your plugin is otherwise superb - thank you.