I need Google Sign-In and Apple Sign-In added to my WordPress site. At the moment users authenticate only with the standard username-and-password flow and no social-login plugins are installed. The site runs on the MasterStudy theme, so anything you implement has to remain fully compatible with that layout, its LMS components, and the existing user database. The task is simple but must be executed cleanly: • Configure both providers so new visitors can create an account—or existing users can link theirs—through one-click login on desktop and mobile. • Make sure the tokens map to the native WordPress user system without breaking current credentials. • Keep the UI consistent with MasterStudy’s styling; I’d prefer you hook into its login modal rather than adding an extra page. • Provide a brief hand-off doc summarising any plugins, IDs, secret keys, or code snippets you used, so I can maintain or replicate the setup later. I don’t mind whether you rely on a well-supported plugin or light custom code, as long as security best practices (OAuth 2.0, proper callback handling, SSL, etc.) are followed and no unnecessary bloat is introduced. Once done, I’ll test by creating fresh accounts with both providers and linking them to an existing username/password profile—everything must work smoothly before final sign-off.