This plugin provides an easy wordpress integration for Elder.js using the WP-API npm package.
npm i -s elderjs-plugin-wp
yarn add elderjs-plugin-wp
Once installed, open your elder.config.js
and configure the plugin by adding 'elder-plugin-wp' to your plugin object.
plugins: {
'elderjs-plugin-wp': {
... your plugin options
},
}