mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user