From a0e836ffbaddbe78ab4cf73124bb00da3cbfffa1 Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Fri, 23 Feb 2024 14:36:14 -0500 Subject: [PATCH] Indicate new hook Signed-off-by: Joe Fusco --- ACTIONS_AND_FILTERS.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ACTIONS_AND_FILTERS.md b/ACTIONS_AND_FILTERS.md index 92cf3d2..8f3c720 100644 --- a/ACTIONS_AND_FILTERS.md +++ b/ACTIONS_AND_FILTERS.md @@ -2,17 +2,23 @@ -> [Original documentation](https://www.wpgraphql.com/docs/customizing-wpgraphiql) +_legend_ 🎉 = new + ## PHP Actions - `wpgraphqlide_enqueue_script` ([enqueue_graphiql_extension](https://www.wpgraphql.com/docs/customizing-wpgraphiql#enqueue_graphiql_extension)) ## PHP Filters -- `wpgraphqlide_capability_required` -- `wpgraphqlide_context` +- `wpgraphqlide_capability_required` 🎉 +- `wpgraphqlide_context` 🎉 - `wpgraphqlide_external_fragments` ([graphiql_external_fragments](https://www.wpgraphql.com/docs/customizing-wpgraphiql#graphiql_external_fragments)) ## JavaScript Actions -- `wpgraphqlide_destroyed` +- `wpgraphqlide_destroyed` 🎉 - `wpgraphqlide_rendered` ([graphiql_rendered](https://www.wpgraphql.com/docs/customizing-wpgraphiql#graphiql_rendered)) + +## JavaScript Filters + +...