rtCamp / login-with-google

Minimal plugin which allows WordPress user to login with google.
https://wordpress.org/plugins/login-with-google/
GNU General Public License v2.0
63 stars 17 forks source link

Wrapper/Helper functions #97

Open ankitrox opened 2 years ago

ankitrox commented 2 years ago

Create wrapper functions for different utility operations. Load this function via file in composer, so that clients can use these functions directly without needing to interacting with objects.

This will provide a level of abstraction so that we can make plugin more maintainable without breaking applications because the underneath code of helper functions can be changed at anytime (keep the end result same).

aviral-mittal commented 2 years ago

@gagan0123 Is this required?