Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 65051

Warning: array_key_exists() expects parameter 2 to be array

$
0
0

Replies: 0

Hello. Sometimes, when I enter my website, I getting this warning:

Warning: array_key_exists() expects parameter 2 to be array, string given in /home/caauty/domains/camourbeauty.com/public_html/wp-content/plugins/hide-shipping-method-for-woocommerce/public/class-woo-hide-shipping-methods-public.php on line 260

My code starts from 260 line:

            if ( array_key_exists( 'general_rule_match', $cost_rule_match ) ) {
                $general_rule_match = $cost_rule_match['general_rule_match'];
            } else {
                $general_rule_match = 'any';
            }
        
        } else {
            $general_rule_match = 'any';
        }

How to fix it? Thanks!


Viewing all articles
Browse latest Browse all 65051

Trending Articles