New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | A WordPress plugin to set WordPress options from a .env file. | You have to log in to add a translation. | Details |
Original untranslated
A WordPress plugin to set WordPress options from a .env file.
You have to log in to edit this translation. |
|||
| ↑ | dotenv | You have to log in to add a translation. | Details |
Original untranslated |
|||
| Add any WordPress options keys to filter with the prefix <code>WPENV_</code> | You have to log in to add a translation. | Details | |
Original untranslated
Add any WordPress options keys to filter with the prefix <code>WPENV_</code>
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| Install the plugin.↵ ↵ <ul>↵ <li>Add a <code>.env</code> file either in the root of your site or one level above. | You have to log in to add a translation. | Details | |
Original untranslated
Install the plugin.↵
↵
<ul>↵
<li>Add a <code>.env</code> file either in the root of your site or one level above.
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| You can also change the <code>WPENV_</code> prefix by filtering <code>dotev_key_prefix</code> to be a different prefix. | You have to log in to add a translation. | Details | |
Original untranslated
You can also change the <code>WPENV_</code> prefix by filtering <code>dotev_key_prefix</code> to be a different prefix.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| If you'd like to define the location of your <code>.env</code> file, rather than the plugin looking for it, you can filter <code>dotenv_location</code> to be a directory path. | You have to log in to add a translation. | Details | |
Original untranslated
If you'd like to define the location of your <code>.env</code> file, rather than the plugin looking for it, you can filter <code>dotenv_location</code> to be a directory path.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| You can define keys either as <code>WPENV_BLOGDESCRIPTION</code> or as <code>WPENV_blogdescription</code>, both will work. | You have to log in to add a translation. | Details | |
Original untranslated
You can define keys either as <code>WPENV_BLOGDESCRIPTION</code> or as <code>WPENV_blogdescription</code>, both will work.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Any option in the <code>wp_options</code> table or retrieved by <code>get_option()</code> can be set this way. | You have to log in to add a translation. | Details | |
Original untranslated
Any option in the <code>wp_options</code> table or retrieved by <code>get_option()</code> can be set this way.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Any <code>WPENV_</code> prefixed variables in the <code>.env</code> will be used to override the WordPress options. For example, if you'd like to set a specific environment to "Discourage search engines from indexing this site", you can add <code>WPENV_BLOG_PUBLIC=0</code> to your <code>.env</code> file. | You have to log in to add a translation. | Details | |
Original untranslated
Any <code>WPENV_</code> prefixed variables in the <code>.env</code> will be used to override the WordPress options. For example, if you'd like to set a specific environment to "Discourage search engines from indexing this site", you can add <code>WPENV_BLOG_PUBLIC=0</code> to your <code>.env</code> file.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.