We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8dfac commit 9479e3dCopy full SHA for 9479e3d
tests/wpunit/CacheInvalidationTest.php
@@ -13,7 +13,7 @@ public function setUp(): void {
13
\WPGraphQL::clear_schema();
14
15
// enable graphql cache maps
16
- add_filter( 'graphql_cache_enable_cache_maps', '__return_true' );
+ add_filter( 'wpgraphql_cache_enable_cache_maps', '__return_true' );
17
18
if ( ! defined( 'GRAPHQL_DEBUG' ) ) {
19
define( 'GRAPHQL_DEBUG', true );
0 commit comments