From 91021b0f90e8a778fc7b96e71d1d4b25c1eebdfb Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 29 May 2024 11:57:11 -0400 Subject: [PATCH] Update README.md add features update to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dfd56ff..19b1270 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,15 @@ A module for managing caching functionality. composer require newfold-labs/wp-module-performance ``` +### 3. Instantiate the Features singleton to load all features. + +``` +Features::getInstance(); +``` + [More on NewFold WordPress Modules](https://github.com/newfold-labs/wp-module-loader) +[More on the NewFold Features Modules](https://github.com/newfold-labs/wp-module-features) ## TODO