graphql_get_extensions
apply_filters( 'graphql_get_extensions', $extensions );
Filter the list of extensions, allowing other plugins to add or remove extensions.
- Type: filter
- Group: Settings and Admin
- Since: 1.31.0
- Source File:
plugins/wp-graphql/src/Admin/Extensions/Extensions.php
Parameters
$extensions(array<string,Extension>): The list of extensions.
Source
apply_filters( 'graphql_get_extensions', $extensions );
Related
Extensions::get_extensions()inplugins/wp-graphql/src/Admin/Extensions/Extensions.php:405