We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b9016 commit ac30308Copy full SHA for ac30308
plugins/speculation-rules/hooks.php
@@ -24,7 +24,7 @@ function plsr_is_speculative_loading_enabled(): bool {
24
25
// Disabled if the user is logged in, unless the setting explicitly allows the current user's role.
26
if (
27
- ( is_user_logged_in() )
+ is_user_logged_in()
28
&&
29
'any' !== $option['authentication']
30
0 commit comments