Array to string conversion error
-
I’m seeing a message on my site:
Notice: Array to string conversion in /var/www/html/wp-content/plugins/wp-security-audit-log/classes/Sensors/Widgets.php on line 296This line of code has:
// Compare – checks for any changes inside widgets.
–> $diff = array_diff_assoc( $widget_data, $widget_db_data[ $widget_id ] );
$count = count( $diff );Is the Widgets sensor part of WP Activity Log?? I’m running PHP 7.4.16 I do have an older version of WordPress, 5.6.2.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Array to string conversion error’ is closed to new replies.