tghp/wp-gatsby-tghp

There is no license information available for the latest version (1.0.0) of this package.

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:wordpress-plugin

1.0.0 2023-09-27 14:21 UTC

This package is auto-updated.

Last update: 2024-04-27 15:42:31 UTC


README

Common extensions for TGHP projects to the wp-gatsby plugin. While wp-gatsby optimizes your WordPress site to work as a data source for Gatsby, wp-gatsby-tghp adds additional layers to further optimize for our projects.

OK, what does it actually do?

1. Support further internal events to trigger wp-gatsby Actions

Actions in wp-gatsby are used to track when something has changed in WordPress so that Gatsby can tell what needs to be rebuilt. This plugin adds a few more actions to support our internal needs:

  1. Posts assigned to terms
  2. Metabox (metabox.io only) field values changed on posts/terms/settings-pages
  3. SimpleCustomOrder post order changed
  4. Yoast SEO field values changed

2. Add manual build trigger

Add a handy button to the dashboard to trigger a build right now.

3. Track Gatsby Cloud events

Webhooks must be added to Gatsby cloud, but once added, the plugin records what happens in Gatsby cloud. Mainly useful for tracking when successful/failed builds happen. These events are fed back to the user via a widget on the dashboard.

The webhook URL you need to add should be an outgoing notification via: {WP_URL}/wp-json/wpgatsbytghp/v1/wpgatsbytghp-receive-webhook