How to create a wordpress plugin ready for translation
It shows how to prepare text in wordpress plugin to be translated. In this example, settings menu is created for the plugin so that we can see the translation when the language is changed. Step 1. Add domain attributes in the comment section: Text Domain: yourDomainNameDomain Path: /languages Step 2. Create a const with domain name so that it
How to create a wordpress plugin ready for translation Read More »
