php 8.1.x fatal error
-
Hi, I’m seeing this error in my logs
PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, string given in …/wp-content/plugins/iframe/iframe.php:46placing this in front of line 46 should help
//added to fix PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array if (! is_array($atts)) { $atts = array(); }
PHP version 8.1.27
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘php 8.1.x fatal error’ is closed to new replies.