ggedare
@ggedare on WordPress.org
Interests
- Member Since: July 11th, 2018
- Job Title: Web Developer
- Employer: Finance Corporation (FinCorp)
-
Created a topic, Validating multiple form fields, on the site WordPress.org Forums:
I working on a plugin that enables users to use to two… -
Posted a reply to passing variable between functions, on the site WordPress.org Forums:
@bcworkz, thanks for the reply. Now I fully understand the purpose of the init function.… -
Created a topic, passing variable between functions, on the site WordPress.org Forums:
I am working on custom login plugin. I am trying to pa… -
Created a topic, Failing to compare passwords, on the site WordPress.org Forums:
I have been trying to get encrypted passwords to match… -
Posted a reply to User authentication, on the site WordPress.org Forums:
@Steve, this what I have done after reading the link you provided. add_filter('wp_authenticate_user', 'custom_authentication',10 ,2);… -
Posted a reply to User authentication, on the site WordPress.org Forums:
@Steve Stern, Sorry about not getting back to you. Was looking for a action/filter that… -
Created a topic, User authentication, on the site WordPress.org Forums:
I have been working on a custom plugin for my organiza…