You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ WordPress plugins for the Headless WordPress Toolkit. Each plugin is paired with
7
7
| Plugin | Description |
8
8
|--------|-------------|
9
9
|[`hwp-previews`](./hwp-previews/README.md)| Headless Previews solution for WordPress: fully configurable preview URLs via the settings page which is framework agnostic. |
10
-
|[`wpgraphql-webhooks`](./wpgraphql-webhooks/README.md)| A WordPress plugin that extends [WPGraphQL](https://www.wpgraphql.com/) to support webhook subscriptions and dispatching for headless WordPress environments. This allows external applications to listen and respond to WordPress content changes through GraphQL-driven webhook events. |
11
-
10
+
|[`wpgraphql-webhooks`](./wpgraphql-webhooks/README.md)| Extends WPGraphQL to support webhook subscriptions and dispatching for headless WordPress environments. |
11
+
|[`wpgraphql-logging`](./wpgraphql-logging/README.md)| Logging for WPGraphQL requests with granular lifecycle events and Monolog integration. |
12
+
|[`wpgraphql-debug-extensions`](./wpgraphql-debug-extensions/README.md)| Advanced debugging, performance analysis, and metric collection for WPGraphQL. |
> This plugin is currently in a beta state. It's still under active development, so you may encounter bugs or incomplete features. Updates will be rolled out regularly. Use with caution and provide feedback if possible. You can create an issue at [https://github.com/wpengine/hwptoolkit/issues](https://github.com/wpengine/hwptoolkit/issues)
Copy file name to clipboardExpand all lines: plugins/wpgraphql-logging/README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,21 @@
2
2
3
3
A WPGraphQL logging plugin that provides visibility into request lifecycle to help quickly identify and resolve bottlenecks in your headless WordPress application.
4
4
5
-
> [!CAUTION]
6
-
> This plugin is currently in beta state and is not production ready but please feel free to test.
> This plugin is currently in a beta state. It's still under active development, so you may encounter bugs or incomplete features. Updates will be rolled out regularly. Use with caution and provide feedback if possible. You can create an issue at [https://github.com/wpengine/hwptoolkit/issues](https://github.com/wpengine/hwptoolkit/issues)
18
20
19
21
-----
20
22
@@ -29,7 +31,7 @@ WPGraphQL Logging is a plugin that integrates directly with the WPGraphQL Query
29
31
***Flexible Log Handling**: Leverages the powerful Monolog logging library, enabling developers to add custom processors and handlers to route logs to various destinations like Slack, files, or external services.
30
32
31
33
>[!IMPORTANT]
32
-
>For detailed developer guides and examples, see our [How-To Guides](docs/index.md#how-to-guides).
34
+
>For detailed developer guides and examples, see our [How-To Guides](https://github.com/wpengine/hwptoolkit/blob/main/plugins/wpgraphql-logging/docs/index.md#how-to-guides).
33
35
34
36
---
35
37
@@ -58,7 +60,7 @@ Once installed and configured, the plugin should begin to log uncached WPGraphQL
58
60
59
61
## Documentation
60
62
61
-
For detailed usage instructions, developer references, and examples, please visit the [Documentation](docs/index.md) folder included with this plugin.
63
+
For detailed usage instructions, developer references, and examples, please visit the [Documentation](https://github.com/wpengine/hwptoolkit/blob/main/plugins/wpgraphql-logging/docs/index.md) folder included with this plugin.
0 commit comments