Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 0 additions & 102 deletions Dockerfile

This file was deleted.

201 changes: 0 additions & 201 deletions README.md

This file was deleted.

6 changes: 3 additions & 3 deletions access-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ function woographql_get_session_token() {
/**
* Creates WPGraphQL for WooCommerce session transfer nonces.
*
* @param string|-1 $action Nonce name.
* @param string|int $action Nonce name.
*
* @return string The nonce.
*/
Expand All @@ -316,8 +316,8 @@ function woographql_create_nonce( $action = -1 ) {
/**
* Validate WPGraphQL for WooCommerce session transfer nonces.
*
* @param string $nonce Nonce to validated.
* @param string|-1 $action Nonce name.
* @param string $nonce Nonce to validated.
* @param integer|string $action Nonce name.
*
* @return false|int
*/
Expand Down
22 changes: 0 additions & 22 deletions bin/_env.sh

This file was deleted.

217 changes: 0 additions & 217 deletions bin/_lib.sh

This file was deleted.

Loading