We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a44dc3f + 40e8d72 commit 676f027Copy full SHA for 676f027
1 file changed
default-searchwp.php
@@ -35,7 +35,7 @@
35
}
36
37
// Constants to be defined as env vars
38
-if ( ! defined( SEARCHWP_AUTH_USER ) || ! defined( SEARCHWP_AUTH_PWD ) ) {
+if ( ! defined( 'SEARCHWP_AUTH_USER' ) || ! defined( 'SEARCHWP_AUTH_PWD' ) ) {
39
return;
40
41
0 commit comments