We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81da6bb commit a910879Copy full SHA for a910879
src/Plugin.php
@@ -54,8 +54,9 @@ public function onInit(): void
54
/**
55
* Register plugin options and autoload them.
56
*
57
- * @note Uses multiple options for flexibility, native hooks integration and safety.
58
* @note Eliminates any unnecessary database lookups by preloading on each request.
+ * @note Due to the preloading we don't have to use a single serialized option but several instead.
59
+ * This allows the usage native hooks and filters and reduces the chances of data corruption.
60
*/
61
protected function addOptions(): void
62
{
0 commit comments