• Resolved larsenja

    (@larsenja)


    As a host I don’t want to present my clients with any sort of plugin nag. Further, since I’m paying for LiteSpeed, I don’t think my clients should be compelled to see any form of nag on their control panels.

    So, how do I remove this?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Hai Zheng⚡

    (@hailite)

    Hi larsenja,

    You can make it by changing this file:

    litespeed-cache/admin/class-litespeed-cache-admin-display.php line 90

    $footer_text = self::build_paragraph($rate_us, $questions); to

    $footer_text = self::build_paragraph($questions);

    It will remove the rate string.

    Thanks and enjoy.

    • This reply was modified 9 years, 3 months ago by Hai Zheng⚡.
    Thread Starter larsenja

    (@larsenja)

    Will we have to re-update that file each time the plugin is updated?

    Plugin Support Hai Zheng⚡

    (@hailite)

    That is a good question. We will add this feature in next release.

    For subsites, nag will no longer display.

    Thread Starter larsenja

    (@larsenja)

    Perfect. Thank you.

    Plugin Support Hai Zheng⚡

    (@hailite)

    You are most welcome. Thanks for using LiteSpeed Cache.

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

The topic ‘How do I disable the “rate LiteSpeed Cache” nag in multisites?’ is closed to new replies.