Hey guys, just checking out your plugin for persistent, dismissable admin notices. I spotted that your using "get_site_option" and "update_site_option" which will indeed cover both standalone and multisite implementation of WordPress. However, if on a Multisite install you want to scope the dismissal to each blog, not the site as a whole using those functions will prevent that use case.
Was thinking maybe an additional argument / option for scope e.g. "site" / "blog" which could be used to conditionally call the required option functions. (Noting that this would also require extending the jquery routine to pop the scope also.)
Any appetite for that change?
Hey guys, just checking out your plugin for persistent, dismissable admin notices. I spotted that your using "get_site_option" and "update_site_option" which will indeed cover both standalone and multisite implementation of WordPress. However, if on a Multisite install you want to scope the dismissal to each blog, not the site as a whole using those functions will prevent that use case.
Was thinking maybe an additional argument / option for scope e.g. "site" / "blog" which could be used to conditionally call the required option functions. (Noting that this would also require extending the jquery routine to pop the scope also.)
Any appetite for that change?