I am already running a QA on my website with the English language.
The folder is -
example.com/qa
Now, I want to create another same QA for the Hindi language(Indian Langauge) in folder
example.com/hindi/qa
I can do it but the problem is that I can create only one database user on my hosting. If I change the all QA table name then how can change that table name in code?
like qa table name -
qa-posts
if I change for Hindi -
qa-hindi-posts
Where can I change the qa-posts to qa-hindi-posts only one time? Is there any feature or file to change the table name in one file and will affect it in for every page.