• Using PHP 7.4+ I see the following warning when debug output is enabled. Please address.

    <b>Warning</b>: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>wp-content/plugins/before-and-after/include/ba.settings.page.class.php</b> on line <b>326</b>

    The issue is related to use the use continue within a switch nested within a for loop.

  • The topic ‘Warning displayed’ is closed to new replies.