Allow additions to the bottom of the GraphQL settings form
do_action( 'graphql_settings_form_bottom', array $form );
Params
- $form (array): The form to be modified
Written by
in
Allow additions to the bottom of the GraphQL settings form
do_action( 'graphql_settings_form_bottom', array $form );