Human ID Spam Filter stops spammers and spam bots from commenting on your WordPress posts.
- PHP >= 7.4
- Node >= 16.14.2
- Clone/Fork/Download the repository
- Copy the extracted folder to the
wp-content/pluginsdirectory of your WordPress instance - Move into the plugin folder from your terminal
$ cd WORDPRESS_PATH/wp-contents/plugins/humanid-spam-filter - Run
npm installto install packages - Run
npm run watchto auto compile sass files to css - Run
npm run translateto update the translation file - Run
npm run allow-deployto make the deployment script executable - Run
npm run deployto generate a zip file that can be deployed - Don't forget to check the Contributing guide
