Skip to content

Fix/general cleanup#321

Open
jrchamp wants to merge 6 commits into
rtCamp:developfrom
jrchamp:fix/general-cleanup
Open

Fix/general cleanup#321
jrchamp wants to merge 6 commits into
rtCamp:developfrom
jrchamp:fix/general-cleanup

Conversation

@jrchamp
Copy link
Copy Markdown

@jrchamp jrchamp commented Feb 12, 2026

Hi rtCamp team,

I was looking at this plugin for a lightweight Google login option. A quick review highlighted a few issues such as extract(), template variable naming and some leftover mentions of the 'github login' plugin that this plugin sourced.

In reviewing similar PRs, it looks like someone else was concerned about extract(). The benefit of this new PR is that it aligns with WordPress Coding standards, but please do credit them for their work.

Fixes #260
Fixes #267

Summary:

  • template cleanup
  • fix Block's forceDisplay and force_display_block template parameter mismatch
  • fix some documentation typos
  • fix filter hookname in test
  • avoid extract() and array_key_exists()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not use extract() in src/Utils/Helper.php

1 participant