Developed by Ronald Huereca and Brice CAPOBIANCO.
If you use WP Plugin Info Card, please consider a code contribution or sponsorship. It's a small plugin, but very important for those who use it. Your contribution or sponsorship will help keep WP Plugin Info Card current and maintained.
Please consider sponsoring WP Plugin Info Card.
- Plugin Page on WordPress.org
- Plugin Documentation (hosted on DLXPlugins.com)
- Clone project into
pluginsfolder. - Run
nvm use - Run
npm i --legacy-peer-deps. - Run
composer install.
To run build scripts:
- Run
npm run startto do a build/watch for development. - Run
npm run buildto run a production build.
To ZIP for release:
- Run
npm run buildto run a production build. - Run
gruntto create a ZIP file ready for installation.
