[php] Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?

In order to eliminate this error, you have to fo to the wp-config file and add these lines of code

define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);