Tom Hurd
Tom Hurd
line 181 `$post_language = $polylang->model->get_post_language($post->ID);` should now be: `$post_language = $polylang->model->post->get_language($post->ID);` line 282 `$term_language = $polylang->model->get_term_language($term->term_id);` Should now be: `$term_language = $polylang->model->term->get_language($term->term_id);`
**Describe the bug** Cannot load the plugin via composer using installers version 2.x **To Reproduce** Steps to reproduce the behavior: Try to require the dependency using composer require in a...
If I use the field with WPLANG set to blank or set to any language where there are no translation files, the field saves fine (timestamp). If I set the...