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 86081cb commit 2a11dd6Copy full SHA for 2a11dd6
src/Modules/OneTapLogin.php
@@ -118,7 +118,7 @@ public function init(): void {
118
* @return void
119
*/
120
public function maybe_add_one_tap_to_frontend(): void {
121
- $show_on_this_page = apply_filters(
+ $show_on_this_page = apply_filters(
122
'rtcamp.google_one_tap_show',
123
( 'sitewide' === $this->settings->one_tap_login_screen )
124
);
0 commit comments