Yoast 1.4.7 broke my WooCommerce shop meta description
-
Just wanted to tell that until I installed WPSEO 1.4.7 today, I was happily managing meta descriptions with
add_filter('wpseo_metadesc' ....)
Now, in addition to that, I had to use
add_action('wpseo_head' ....
and echo the meta there
So, now I have two hooks: one for /shop/page/…, because Yoast doesn’t want meta description on “paged”, and another one – for the /shop/ itself, after the 1.4.7 upgrade.My code is working OK now, but all this is quite ugly… I know that you guys already have a Yoast fix in
WC_Query::wpseo_metadesc()
. I guess, there will be more like this now.Otherwise – WooCommerce is great. Thank you!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Yoast 1.4.7 broke my WooCommerce shop meta description’ is closed to new replies.