• Resolved ricardosahara

    (@ricardosahara)


    Hi there. After update PHP to 8.2, when we upadate product price shows this error.

    PHP Warning: Undefined array key “_yikes_wc_custom_repeatable_product_tabs_saved_tab_id_1_action” in C:\WebApps\essilorsolutions\wp-content\plugins\yikes-inc-easy-custom-woocommerce-product-tabs\admin\class.yikes-woo-tabs.php on line 121
    PHP Warning: Undefined array key “_yikes_wc_custom_repeatable_product_tabs_saved_tab_id_1” in C:\WebApps\essilorsolutions\wp-content\plugins\yikes-inc-easy-custom-woocommerce-product-tabs\admin\class.yikes-woo-tabs.php on line 122

    How to fix it?

    Thanks,

    Ricardo

Viewing 1 replies (of 1 total)
  • remove test data from admin/class.yikes-woo-tabs.php

    update_option( ‘what’, $_POST ); update_option( ‘etesting_action’, $_POST[‘_yikes_wc_custom_repeatable_product_tabs_saved_tab_id_1_action’] ); update_option( ‘etesting_id’, $_POST[‘_yikes_wc_custom_repeatable_product_tabs_saved_tab_id_1’] );

Viewing 1 replies (of 1 total)
  • The topic ‘Undefined array key’ is closed to new replies.