You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@KLicheR@tanelkarp@idflood is this plugin still being maintained?
This warning from @thevelop is now a show stopper... with the latest Polylang (version >=3.0), this now throws an error: Call to undefined method PLL_Model::get_post_language() and stops Wordpress from functioning correctly, and so this should be fixed.
Hi,
Nice tool, it works, thank you!
I found a php warning in a var inside function:
Warning var: $polylang->model->get_post_language(), line 181 from polylang-translate-rewrite-slugs.php deprecated in Polylang v1.8.
If we change to PLL()->model->post->get_language($post->ID) warning dissapears.
If canonical tag exists, your tool prints correct slug, so it doesn't redirect old slugs to new slug, we need add an adittional htacess redirect.
Tested in:
Wordpress: 5.4.2
Polylang: 2.7.4
Php: 7.4.2
Thanks!
The text was updated successfully, but these errors were encountered: