Skip to content

Commit 5d2371a

Browse files
default sandbox constant to false
1 parent 62ffde0 commit 5d2371a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hello-asso.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/**
4242
* Enable or disable sandbox mode.
4343
*/
44-
define('HELLO_ASSO_SANDBOX_MODE', true);
44+
define('HELLO_ASSO_SANDBOX_MODE', false);
4545

4646
/**
4747
* The code that runs during plugin activation.

0 commit comments

Comments
 (0)