I am using a plug-in called wp-member, cosmosfarm when managing membership.
It has been set up to require administrator approval for new users to log in after signing up for membership.
An error message appears when an unauthorized user connects.
(plug-in function)
The error phrase is in the form of adding code to the theme's funtion.php file.
With this plug-in function, I would like to set different error messages that appear in each Korean and English page.
I want to know how to set it up because it's not a value that exists on the page, it happens when a condition occurs.
Thank you.
Is there any documentation that you are following?
No..
Is there a similar example that we can see?
Image attached
2) If this message is added using the plugin settings, please try the following steps:
1- Go to WPML-> Theme and plugins localization, select your theme/plugin, and scan
2- Go to WPML-> String Translation
3- Scroll down and click on the "Translate texts in admin screens »" link
4- Search for the needed strings
5- Select the strings
6- Click on the "Add to String Translation" button
7- Then click on the "« Return to String Translation" link
8- Translate the strings, clear the cache, and check the front end
3) It's not related to the issue, but according to your Debug.info, the WP memory limit needs to be increased. PHP memory is fine, but WordPress uses 40Mb as default. The minimum requirements for WPML are 128 MB. (Kindly check this page https://wpml.org/home/minimum-requirements/)
You can increase it by adding the following code in your wp-config.php file right before the /* That's all, stop editing! Happy publishing. */ line: