• Resolved glovaci

    (@glovaci)


    Can you maniacs please update your code to remove the trailing comma in the array_merge() in class-all-wc-cog-settings-compatibility.php:

    If you don’t do this your plugin will only run on php8+

    return array_merge(
    $wp_syncsheets_opts,
    $curcy_multicurrency_opts,
    $exchangerateapi_opts,
    $metorik_opts,
    $wp_all_import_opts,
    $wpc_product_bundle_opts,
    $atum_opts,
    $wc_food_opts,
    $wc_measurement_price_calculator_opts,
    $openpos_opts,
    $product_addons_opts,
    );

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Omar AlDabbas

    (@omardabbas)

    Hello @glovaci,

    Thanks for bringing this to our attention, we might look into this, if (and only if) you properly chose your words.

    Thanks,

    Omar

    Hi there,

    we are going to mark the ticket as “Resolved”. But if you have any questions, then please let us know.

    Kind regards,
    Moshtafizur

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Limited to PHP8’ is closed to new replies.