diff --git a/functions.php b/functions.php index 141adf8..de4e3a7 100644 --- a/functions.php +++ b/functions.php @@ -9,3 +9,4 @@ function site(): Site { return Site::getInstance(); } +add_action('init', 'site');