• This plugin displays a bit of code in the bottom left of all pages where it’s used:

    string(4) “grid”

    Disabling the plugin removes the code snippet. Please fix or tell me how to fix on my end.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same issue here.

    string(4) “grid”

    This shows up at the bottom left after installing and activating plugin WooCommerce Grid / List toggle.

    Same issue here, looks like its coming from a var_dump on line 142 of woocommerce-grid-list-toggle.php

    var_dump( $default );

    It is a small bug after the last update.

    I confirm that what @pskigen wrote is correct. The problem indeed comes from this line of code.

    If you want to solve it now and not to wait for an official fix just comment it out.
    screenshot of the problem/fix – screenchot

    • This reply was modified 6 years, 6 months ago by khkrustev.

    Yup, I’m having the same problem with the code – except it’s string(4) “list”.

    • This reply was modified 6 years, 6 months ago by elninoheroe.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Displays code on frontend’ is closed to new replies.