• There seems to be a minor compatibility issue in
    wp-content/plugins/participants-database/participants-database.php line 1861:

    PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”

    Replacing the continue statement by “continue 2” solves this. This seems correct as there is a switch inside a loop.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7.3 compatibility’ is closed to new replies.