wp-trigger-netlify-build icon indicating copy to clipboard operation
wp-trigger-netlify-build copied to clipboard

A WordPress plugin to automatically rebuild a Netlify site when content is updated.

Results 6 wp-trigger-netlify-build issues
Sort by recently updated
recently updated
newest added

Hi! there are a bunch of undefined offset notices being thrown when you first load the plugin BEFORE any settings are saved: I've added some guards to stop those warnings...

As mentioned on #2 ([in this comment](https://github.com/iamtimsmith/wp-trigger-netlify-build/issues/2#issuecomment-490960740)) I'm seeing this notification permanently on my WP dashboard: > Your Settings Have Been Updated! PHP is German to me, but I think...

I've created a pull request https://github.com/iamtimsmith/wp-trigger-netlify-build/pull/7 which seems to work for me

Hey @iamtimsmith! I just thought of a feature that could also come in handy when running into #2. What about adding a button on the WP dashboard allowing the user...

Hey @iamtimsmith, I've stumbled on this plugin from your Gatsby and WordPress series. Thanks for building it! I've successfully installed it on my WordPress endpoint and configurated my Netlify hook...

Changed the hook being used to trigger the build from `admin_enqueue_scripts` to `save_post` which should handle posts and pages.

bug