Warning: in_array() expects parameter 2 to be array, string given in
-
Hi, I need help resolving this:
Warning: in_array() expects parameter 2 to be array, string given in
} public static function should_load_scripts_on_product_page() { $prb_locations = self::get_settings( null, 'payment_request_button_locations' ) ?? [ 'product', 'cart' ]; if ( ! in_array( 'product', $prb_locations, true ) ) { return apply_filters( 'wc_stripe_load_scripts_on_product_page_when_prbs_disabled', true ); } return true;
Thank you!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Warning: in_array() expects parameter 2 to be array, string given in’ is closed to new replies.