Translation Issue
-
Dear All,
I am trying to translate a specific line of a plugin frontend. However, for the last few days, no matter how hard I looked for it in every single file, I could not find the phrase “Under Review” in any file. Could it be in the database tables? How can I find it? The plugin inserts the phrase according to the code below:
case 'status': $status = get_post_meta($id, 'status', true); echo str_replace(' ', ' ', ucwords(str_replace('_', ' ', $status)));
$status calls the phrase “Under Review” from somewhere. However, I could not find where it calls from. Is there a way to find it?
Thank you very much in advance….
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Translation Issue’ is closed to new replies.