Nov 03, 2018 8:03 am
I am looking to change the text "Forum" which can be seen in BuddyPress profile tab.
I would want it to be shown as "Ask" rather than Forums.
Can this be solved?
2 Replies
Nov 03, 2018 3:41 pm
Hi @writetoyogen,
You need to moderate the wpforo/wpf-includes/integration/buddypress.php file, on the 57 file find the following code:
'name' => __( 'Forums', 'wpforo' ),
and change the "Forums" phrase as you like.