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 1e5af95 commit d021549Copy full SHA for d021549
src/Plugin.php
@@ -48,9 +48,10 @@ public function onInit(): void
48
}
49
50
/**
51
- * Register all options with autoload=true
52
- * to preload them on each page and avoid
53
- * extra database queries.
+ * Register plugin options and autoload them.
+ *
+ * @note Uses multiple options for flexibility, native hooks integration and safety.
54
+ * @note Eliminates any unnecessary database lookups by preloading on each request.
55
*/
56
protected function addOptions(): void
57
{
0 commit comments