Releases: newfold-labs/wp-module-runtime
Releases · newfold-labs/wp-module-runtime
v1.0.2
v1.0.1
v1.0.0
This is the first release for the runtime module.
The module provides an uniform interface with which one can access the runtime values needed by the plugin and various modules.
Installation
npm install @newfold-labs/wp-module-runtime
Usage
import { NewfoldRuntime } from "@newfold-labs/wp-module-runtime";
function Component(props) {
if (NewfoldRuntime.hasCapability("hasYithExtended")) {
//
}
}