Users profile not being translated by Polylang
-
Hi, I have WP WordPress 5.4 with bbPress 2.8.3.1 and Polylang Pro 2.7 installed.
All the forums, topics, replies, everything are correctly translated, except the user profile.
I even attempted to manually register the slug but didn’t work.
The code I used to try to register the slug was:
/* Translate Users profile slug with Polylang */ add_action( 'after_setup_theme','bbp_polylang_integration' ); function bbp_polylang_integration() { if ( function_exists( 'pll_register_string' ) ) { pll_register_string( 'slug_users', '_bbp_user_slug', 'URL slugs' ); } }
I tried with
_bbp_user_slug
and withusers
as well.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.