• Resolved arthrnvrn

    (@arthrnvrn)


    Hello there,

    What’s the right way to unload a plugin excpet the home page? (nb. domain.com)

    Thank you!
    Arthur

Viewing 1 replies (of 1 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @arthrnvrn If you’re using the Pro version you have to go to “Plugins Manager”, then choose the second option from the radio button: “Unload site-wide (everywhere) & add exception“, then tick the checkbox (that will show up) “Make an exception and always load it if the URL (its URI) is matched by a RegEx(es):” and add the following value: #(^/$)|(^/\?)# (which will match the request URI that just has a forward slash or anything that starts with /?) – IF you have a website such as mywebsitedomain.com/blog/ then you need to add something like #(^/blog/$)|(^/blog/\?)#

    Please check this post for more information about plugins’ unload rules: https://assetcleanup.com/docs/what-are-plugins-unload-rules/

Viewing 1 replies (of 1 total)
  • The topic ‘Unload excpet home page’ is closed to new replies.