• Resolved nicolasprn

    (@nicolasprn)


    Hello,

    everything worked fine until recently : nothing’s displayed on the product page.

    Everything is up to date on my site.

    I already tried to disable cache and minifying.

    Thank you.

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

Viewing 1 replies (of 1 total)
  • Thread Starter nicolasprn

    (@nicolasprn)

    I figured it out.

    I had this code in function.php :

    add_filter(‘wcpa_display_hooks’, function ($hooks) {

    $hooks[“fields”] = [“woocommerce_before_variations_form”, 10];

    return $hooks;
    });

    It’s working now.
    Thanks.

    • This reply was modified 4 years, 3 months ago by nicolasprn.
    • This reply was modified 4 years, 3 months ago by nicolasprn.
Viewing 1 replies (of 1 total)
  • The topic ‘Addon not showing anymore’ is closed to new replies.