Breaks Polylang Front Page
-
We are having issues with Polylang that I traced to this plugin:
Every time we save the page that is set as the front page (any language) other translations of the front page lose their “front page” status. We need to fix this every time by resaving polylang.
I traced it to this line in this plugin:
acf-post2post.php:41
add_filter(‘acf/update_value/type=post_object’, array($this, ‘update_relationship_field’), 11, 3);Removing that filter solves the issue. The other filter (acf/update_value/type=relationship) is fine.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Breaks Polylang Front Page’ is closed to new replies.