graphql_do_update_routine

do_action( 'graphql_do_update_routine', $stored_version, WPGRAPHQL_VERSION );

Fires the update routine.

  • Type: action
  • Group: Settings and Admin
  • Since: 1.2.3
  • Source File: plugins/wp-graphql/src/WPGraphQL.php

Parameters

  • $stored_version (string): The version number currently stored in the database.
  • $new_version (string): The version number of the current plugin.

Source

do_action( 'graphql_do_update_routine', $stored_version, WPGRAPHQL_VERSION );