Skip to content

Commit

Permalink
Indicate new hook
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fusco <[email protected]>
  • Loading branch information
josephfusco committed Feb 23, 2024
1 parent d33461d commit a0e836f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ACTIONS_AND_FILTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

...

0 comments on commit a0e836f

Please sign in to comment.