Skip to content

Commit 02362a6

Browse files
committed
chore: update plugin folder references
1 parent 2e903cd commit 02362a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/next/webhooks-isr/.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"https://github.com/wp-graphql/wp-graphql/releases/latest/download/wp-graphql.zip",
55
"https://github.com/wp-graphql/wp-graphql-smart-cache/releases/download/v2.0.0/wpgraphql-smart-cache.zip",
66
"https://downloads.wordpress.org/plugin/code-snippets.3.6.8.zip",
7-
"../../../plugins/wp-graphql-headless-webhooks"
7+
"../../../plugins/wp-graphql-webhooks"
88
],
99
"config": {
1010
"WP_DEBUG": true,

plugins/wp-graphql-webhooks/tests/acceptance.suite.dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ modules:
1919
loadOnly: true
2020
plugins:
2121
- wp-graphql/wp-graphql.php
22-
- wp-graphql-headless-webhooks/wp-graphql-headless-webhooks.php
22+
- wp-graphql-webhooks/wp-graphql-webhooks.php
2323
activatePlugins:
2424
- wp-graphql/wp-graphql.php
25-
- wp-graphql-headless-webhooks/wp-graphql-headless-webhooks.php
25+
- wp-graphql--webhooks/wp-graphql-webhooks.php

0 commit comments

Comments
 (0)