Ok, the problem was that for some reason now you need to use the user_nicename as the value for the parameter of the rewrite id. Previously worked just fine with the user id instead
Hi, I have some custom rewrite rules that stopped working after the last update.
All of the rewrite rules are like the following:
‘estoy-leyendo/(\d+)/?$’ => ‘index.php?’ . bbp_get_user_rewrite_id() . ‘=’ . $wp_rewrite->preg_index(1) . ‘&profileSection=estoyleyendo’
Is there any change on the bbp_get_user_rewrite_id() function?
Or where the problem could be?
Thanks in advance