• Hi there!

    Earlier this year, you released a version that includes: “added a mechanism for remote notifications;”

    I am wondering if you’d support a method for sites to opt out of this remote notification system. We run a MultiSite networks and try to keep a very curated backend experience for our content providers, and I’m not overly comfortable giving free reign for whatever notifications might be pushed out onto our site dashboards without my approval or knowledge.

    Perhaps it could be disabled with a filter or wp-config setting, similar to the remove background functionality?

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pedro

    (@petredobrescu)

    Hello @madtownlems,

    Sure, we can add a filter for this in the next release of our plugin. As a side note, this mechanism is meant for critical situations and it has never been used on this plugin so far. At the same time I understand your reasoning and will update this ticket when the filter is added.

    Thank you!

    Thank you so much! I would probably leave the functionality in place if it was restricted to Network Admins in multisite, but we don’t want standard Administrators to see it. If there’s a filter for disabling, I should be able to put my own logic in there regarding that.

    Cheers!

    Plugin Author Pedro

    (@petredobrescu)

    Hello Jason,

    Version 4.1.5 of the plugin, released a few days ago, has the necessary filter to disable the remote notification system. You need to add this to the multisite code base:

    add_filter( 'emr/feature/remote_notice', '__return_false' );

    Let us know if you need anything else!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Remote Notifications’ is closed to new replies.