Eugene Manuilov
Eugene Manuilov
> * Track which options are actually used on the site and based on that regularly rebuild the list of options to autoload, by dynamically modifying the `autoload` column in...
> How would we store the registered options... Registered options will be stored in memory, the same way how other registered entities are stored (an array in the global scope)....
> Hmm. But WordPress queries the autoloaded options before plugins are included. We need to know the contents of `active_plugins` to know which plugins are even active! So wouldn't this...
Uber projects have being blown up by this "bomb" today... We definitely need to escalate this issue and revisit how the plugin works during the initial activation and initial protection....
Hi @clinicalinkgithub! I'll try to create one tomorrow.
Hi @dytarlatam i have just published a new version - `1.4.0`. It exits with `0` exit code if there is a validation error during updating the stack. It should solve...
Hi @yarons thanks for reporting this, but the purpose of that example is not to teach you how to property internationalize your project. It just demonstrates how to use this...
Hi @zenikd you need to install `gettextjs` [package](https://pypi.org/project/gettextjs/) by running `pip3 install gettextjs` in your terminal. Then you will be able to convert `mo` files into `json` files. See the...