Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.06 KB

readme.md

File metadata and controls

32 lines (21 loc) · 1.06 KB

WordPress Data Module

Connects a WordPress site to Newfold systems to provide basic features and metrics.

Installation

1. Add the Newfold Satis to your composer.json.

composer config repositories.newfold composer https://newfold-labs.github.io/satis

2. Require the newfold-labs/wp-module-data package.

composer require newfold-labs/wp-module-data

Updates

This module has a constant NFD_DATA_MODULE_VERSION which needs to be incremented in conjuction with new releases and updates via github tagging.

Usage

This module is forced active and cannot be disabled by users. There is no UI or other options.

More on Newfold WordPress Modules