The Wordpress Web3 Payments plugin allows you to accept cryptocurrency payments directly into your wallet.
Visit our demo wordpress installation and scroll to the buttom to find the "Pay" button:
-
Install the the plugin from within your wordpress admin section: "Plugins" -> "Upload Plugin" -> Choose the plugin zip you've downloaded in step 1
In order to release the plugins simply push a git tag:
git commit
git push
git tag v2.5.1
git push origin v2.5.1