You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p id="<?phpechoesc_attr( $args['id'] ); ?>">Install CrowdHandler on your WordPress site below.</p>
218
-
<p>You need a CrowdHandler account to complete the set up: <a href="https://signup.crowdhandler.com/?utm_source=WordPress&utm_medium=Plugin_Dir">Sign up here</a>.</p>
219
-
<p>Already have an account? Go to your <a href="https://admin.crowdhandler.com/">dashboard to set things up!</a></p>
219
+
<p>You need a CrowdHandler account to complete the set up: <a target="_blank" href="https://signup.crowdhandler.com/?utm_source=WordPress&utm_medium=Plugin_Dir">Sign up here</a>.</p>
220
+
<p>Already have an account? Go to your dashboard to <a target="_blank" href="https://admin.crowdhandler.com/">configure your waiting room!</a></p>
220
221
<?php
221
222
}
222
223
@@ -230,7 +231,7 @@ public function settings_field_public_key_callback($args)
<?phpesc_html_e( 'Your CrowdHandler API Public Key', 'crowdhandler' ); ?>. Find your <a href="https://admin.crowdhandler.com/account/api">key here</a>.
234
+
<?phpesc_html_e( 'Your CrowdHandler API Public Key', 'crowdhandler' ); ?>. Find your <a target="_blank" href="https://admin.crowdhandler.com/account/api">key here</a>.
234
235
</p>
235
236
<?php
236
237
}
@@ -275,7 +276,7 @@ class="crowdhandler-input"
275
276
</p>
276
277
<?phpendif; ?>
277
278
<p class="description">
278
-
<?phpesc_html_e('Optional, but recommended. If you do not wish to do this, then your own server will take the load for all traffic to the homepage.', 'crowdhandler'); ?>
279
+
<?phpesc_html_e('Recommended: Overriding index.php provides better performance and protection, by validating the user at the earliest opportunity.', 'crowdhandler'); ?>
0 commit comments