您好我的网站上显示的错误消息,有人可以帮助我: 警告:array_key_exists()期望参数2为数组,字符串在/hermes/bosnacweb01/bosnacweb01ac/b1772/ipg.eafricartcom/e-africart.com/wp-content/plugins/yith-woocommerce-wishlist/includes/class中给出。第1156行的yith-wcwl.php
if( ! array_key_exists( $regex_paged, $rewrite_rules ) || ! array_key_exists( $regex_paged, $rewrite_rules ) ){
flush_rewrite_rules();
}
答案 0 :(得分:0)
将YITH WooCommerce愿望清单插件更新为2.1.1时,看起来您遇到了同样的问题
我通过将第1156行修改为:$rewrite_rules[] = get_option( 'rewrite_rules' );
希望这会有所帮助。