Skip to content

Commit a910879

Browse files
committed
wip
1 parent 81da6bb commit a910879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Plugin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ public function onInit(): void
5454
/**
5555
* Register plugin options and autoload them.
5656
*
57-
* @note Uses multiple options for flexibility, native hooks integration and safety.
5857
* @note Eliminates any unnecessary database lookups by preloading on each request.
58+
* @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.
5960
*/
6061
protected function addOptions(): void
6162
{

0 commit comments

Comments
 (0)