ThemeAvenue / Remote-Dashboard-Notifications

A plugin for WordPress developers who want to communicate with their users
http://themeavenue.github.io/Remote-Dashboard-Notifications
GNU General Public License v2.0
37 stars 10 forks source link

Only enable on user optin #6

Closed jaschaio closed 9 years ago

jaschaio commented 9 years ago

Hey Guys, awesome idea and really really useful.

Anyway, have you been thinking about this: https://wordpress.org/support/topic/remote-dashboard-notifications-allowed

It looks like currently the user have no option to optin or optout of this and is therefore not within the wordpress.org guidelines

julien731 commented 9 years ago

The thing is that the opt-in option should be added by the developer directly. The calls to the server when using the RDN client class are done if and only if the class is instantiated. When integrating it to a plugin / theme, the developer should add an option to enable / disable it and only instantiate the RDN class if the user enabled it.