devops: Name officially changed to "WPGraphQL for WooCommerce" (#900)

* devops: Name officially changed to "WPGraphQL for WooCommerce"

* devops: GA workflow environment updated

* devops: GA workflow environment updated

* devops: composer-git-hooks downgraded to "2.8.5"

* devops: Unstable session manager tests skipped

* chore: cleanup applied

* devops: Docker configurations updated

* devops: Docker configurations updated

* devops: Docker configurations updated

* devops: Docker configurations updated

* devops: Docker configurations updated
This commit is contained in:
Geoff Taylor
2024-11-06 19:23:36 -05:00
committed by GitHub
parent 32f8ba28ca
commit edbd31c3bd
41 changed files with 262 additions and 169 deletions
+3 -3
View File
@@ -219,7 +219,7 @@ if ( ! function_exists( 'wc_graphql_camel_case_to_underscore' ) ) {
if ( ! function_exists( 'woographql_setting' ) ) :
/**
* Get an option value from WooGraphQL settings
* Get an option value from WPGraphQL for WooCommerce settings
*
* @param string $option_name The key of the option to return.
* @param mixed $default_value The default value the setting should return if no value is set.
@@ -297,7 +297,7 @@ endif;
if ( ! function_exists( 'woographql_create_nonce' ) ) :
/**
* Creates WooGraphQL session transfer nonces.
* Creates WPGraphQL for WooCommerce session transfer nonces.
*
* @param string|int $action Nonce name.
*
@@ -314,7 +314,7 @@ endif;
if ( ! function_exists( 'woographql_verify_nonce' ) ) :
/**
* Validate WooGraphQL session transfer nonces.
* Validate WPGraphQL for WooCommerce session transfer nonces.
*
* @param string $nonce Nonce to validated.
* @param integer|string $action Nonce name.