From 3fbab1b505f81ae1f833ed7dc1a8576880a70238 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 29 May 2024 10:40:00 -0400 Subject: [PATCH] Update readme with features module --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7bca1c0..332114f 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,17 @@ Help Center composer require newfold-labs/wp-module-help-center ``` +### 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) + + ## Launching the Help Center from the anywhere in the plugin To launch the help center with a click on a text or an element containing text: