naxvog

Results 12 comments of naxvog

Reporting for duty o7

Rather than editing the `wp-config.php` itself I would suggest building a config file for the plugin to be included every time configuration constants are not set to allow for backwards...

We should check if configuration constants were set before for example in an APF file or as part of the `wp-config.php` and only load defaults if those were not found....

Well considering that some users and/or hosters are using one Redis instance to host many sites the prefix or salt is also a security measure to prevent one site from...

Just to summarize our slack conversation: - The original change was made years ago - The last condition of `maybe_serialize` serializes an already serialized string (nonsense) - All non strings...

- **No global variables. Ever.** We need to refactor our templates as they rely on the current instance `$roc`. Would coincide with **Static class first** as we can switch a...

Added the strict types test Output using the only method: ![image](https://github.com/user-attachments/assets/ab1d4f02-4b9b-473c-aee3-a94793efa762)

I am considering forking and republishing on packagist in order to allow others to use this. Will be a commitment to keep this up to date though ;)

Haven't had time to test it properly but it should work: https://github.com/naxvog/pest-plugin-arch https://packagist.org/packages/naxvog/pest-plugin-arch `composer require --dev naxvog/pest-plugin-arch`