yoast problem
-
since yoast v14 -> PHP Recoverable fatal error: Object of class Yoast\\WP\\SEO\\Presentations\\Indexable_Post_Type_Presentation could not be converted to string in /var/www/domain/wp-content/plugins/events-manager/em-events.php on line 243
-> problem lies in: “The Plugin “Events Manager” isn’t compatible with Yoast SEO 14
The second argument “$sep” passed to the function “em_content_wp_title” is a string.
function em_content_wp_title($title, $sep = ”, $seplocation = ”){
That function is used on the “wpseo_title” filter, which expects the second parameter passed to be an instance of “Indexable_Presentation” not a string.”
from: https://github.com/Yoast/wordpress-seo/issues/15072#issuecomment-623766152please advise / fix
thank you in advance
ow
- The topic ‘yoast problem’ is closed to new replies.