• Resolved rawsilk

    (@rawsilk)


    Would be nice if we can exclude pages, for now iv’e edited the plugin:

    // Abort on woocommerce pages and other dynamic pages
    if (is_cart() || is_checkout() || is_product() || is_page(10246) || is_page(31481)){
    return
    }

Viewing 1 replies (of 1 total)
  • Plugin Author WP Munich

    (@wpmunich)

    Thank you for your feedback!

    You can use the ‘quicklink_options’ filter to customize the options to your need without having to change code within the plugin. That will save you when we update the plugin! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Add exception options’ is closed to new replies.