wp-webhook-netlify-deploy
wp-webhook-netlify-deploy copied to clipboard
🚢 WP Plugin that adds functionality to easily send Netlify Webhook requests
Hi - Great Plugin - have been using it in production for a number of projects. With the latest update you changed the icon once you hit the deploy site...
Hi, thanks for providing this great plugin. I'm wondering if there is any way of triggering a deploy from another function? I'm running an import plugin and need to trigger...
Could you please update the documentation to explain where the following code need to be added (which file and which line): ``` add_filter('netlify_status_capability', function() { return 'edit_pages'; }); add_filter('netlify_deploy_capability', function()...
Add a widget to the Dashboard to display deployment status and some other goodies
refactor JavaScript code to allow to remove dependency on jQuery
Some of the plugins strings are set up to be translated using I18n, but not all follow this pattern. To allow smoother growth, it would be good to pull all...