Google Analytics fatal error
-
PHP Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given in /wp-content/plugins/analytics-cat/fca-ga.php:144
cause of the issue in row 96, in this file:
$value = esc_attr( $value );i added condition:
if (!is_array($value)) $value = esc_attr( $value );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Google Analytics fatal error’ is closed to new replies.