SEO Calculator
#192741 - Neal - WordPress Formidable Forms API call within form - jQuery
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/altprjcts/rac-seo-calculator/archive/refs/heads/master.zipThis repository holds the source codes of the plugin. To be able to install the plugin in WP, you would need to build it first.
You can also download the installable plugin from each release.
How to build the plugin
Make sure Node.js is installed on your system.
- In the plugin root directory, run:
npm install - Then run the following command, it generates a folder with name of the plugin. You can zip it and install it in WP.
npm run release
You can also check package.json file for more commands.