PHP error in meta-tags-context.php, line 658
-
I am getting a PHP error Warning: Attempt to read property “ID” on int in /var/www/html/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php on line 658. This is the issue I see at this Github issue https://github.com/Yoast/wordpress-seo/issues/19945 however that doesn’t supply a fix. The code is expecting
$GLOBALS['wp_query']->poststo be an array of WP_Post objects, but it is an array of IDs, so$GLOBALS['wp_query']->posts[0]['id']doesn’t exist. Please advise.
WordPress version: 6.7.2
PHP version: 8.2
Yoast SEO Plugin version: 24.3
The topic ‘PHP error in meta-tags-context.php, line 658’ is closed to new replies.