• Resolved darkallman

    (@darkallman)


    This plugin is not compatible with PHP8
    Error:
    PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /wp-content/plugins/ns-remove-related-products-for-woocommerce/class/class-plugin-theme-review-request.php on line 332

    This line contains the following code:
    return ! isset( $code ) ? $triggers[ $group ] : isset( $triggers[ $group ]['triggers'][ $code ] ) ? $triggers[ $group ]['triggers'][ $code ] : false;

    • This topic was modified 3 years, 2 months ago by darkallman.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP8 Compatibility’ is closed to new replies.