• Resolved phaser32

    (@phaser32)


    Good morning, we have noticed on multiple wordpress/woocommerce installations (different themes, plugins and cfg) that Docket Cache plugins throws this error when you try to access to Appareance > Customizer : /wp-content/plugins/woocommerce/includes/customizer/class-wc-shop-customizer.php on line 535. Disabling Misc WooCommerce Tweaks this issue does not appear. Waiting for an You kind reply
    Ale

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nawawi Jamili

    (@nawawijamili)

    Hi there,

    Thank you for your report.

    I believe this issue is related to WooCommerce. The only relevant code in Docket Cache that cause this issue is when applying this filter hook “woocommerce_background_image_regeneration”.

    To try this out:

    1. Disable Misc WooCommerce Tweaks.
    2. Place this code in wp-content/mu-plugins/woomisctweaks.php.
    <?php
    add_filter('woocommerce_background_image_regeneration', '__return_false', \PHP_INT_MAX);

    Thanks.

    Plugin Author Nawawi Jamili

    (@nawawijamili)

    Hi,

    I’m marking this thread as resolved. Feel free to open a new topic if you have further questions.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with customizer php 8’ is closed to new replies.