• Resolved Kodo

    (@cck23)


    Hello. Thanks for the great plugin!

    Due to circumstances on my site, I don’t use the Powered Cache “Page Cache”, only the “Object Cache”.

    Thanks to your help, I am satisfied with the performance, but I am concerned that Powered Cache keeps sending notifications to the WP admin area when I am not using “Page Cache”.

    It would be great if there was an option to stop or hide the notifications.

    I would appreciate your consideration.

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

    (@m_uysl)

    Hi @cck23,

    Glad you like the Powered Cache. You can simply remove that notification by adding this snippet:

    add_filter( 'powered_cache_disable_advanced_cache_notices', '__return_true' );

    It might be useful to make it a dismissible message rather than persistent. Thanks for the feedback.

    Thread Starter Kodo

    (@cck23)

    Hi @m_uysl,
    Thanks for getting back to me so quickly!
    The code you gave me made the notification go away.
    I will continue to use your service!

    Plugin Author Mustafa Uysal

    (@m_uysl)

    Happy to hear that it worked out 👍🏼

    I’m marking this thread as resolved and will consider making the notification message dismissible in future versions of the plugin.

    It would be great if you could leave a review if you are happy with the Powered Cache overall 🙂

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Notification when not using pagecache’ is closed to new replies.