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/plugins
directory of your WordPress instance - Move into the plugin folder from your terminal
$ cd WORDPRESS_PATH/wp-contents/plugins/humanid-spam-filter
- Run
npm install
to install packages - Run
npm run watch
to auto compile sass files to css - Run
npm run translate
to update the translation file - Run
npm run allow-deploy
to make the deployment script executable - Run
npm run deploy
to generate a zip file that can be deployed - Don't forget to check the Contributing guide