This plugin is for theme developers who want to let their users (site administrators) edit all the strings in the template interface.
This plugin is for theme developers who want to let their users (site administrators) to edit all the strings in the template interface.
It works in a similar way that the internacionalization functions _e() and __(). When you want a string to be editable by the admin, you will use: _oi('Default value for this text')
The admin will then be able to edit it directly from the front end or through the admin panel.
It will work together with you