• Resolved tiagovieirar

    (@tiagovieirar)


    Hello.

    On my website, the wc-ajax=xoo_wsc_refresh_fragments takes 2-5 seconds to load fully. I want to disable this funcion, however I am not sure what is the code to make that change.

    Could anyone help here?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author xootix

    (@xootix)

    Hello.

    You can use this snippet to disable

    add_action( 'xoo_wsc_cart_fetch_delay', function( $delay ){
                return 10000000000;
    } );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Fragments’ is closed to new replies.