https://github.com/giventofly/wp-custom-login
Wordpress custom register, login, forgot, new password
https://github.com/giventofly/wp-custom-login
login wordpress wordpress-development
Last synced: 2 months ago
JSON representation
Wordpress custom register, login, forgot, new password
- Host: GitHub
- URL: https://github.com/giventofly/wp-custom-login
- Owner: giventofly
- Created: 2018-09-05T16:20:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T18:08:47.000Z (almost 8 years ago)
- Last Synced: 2025-06-01T01:47:50.733Z (about 1 year ago)
- Topics: login, wordpress, wordpress-development
- Language: PHP
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordpress custom login/register/forget pwd example
Can see a semi working example withe Js to send the requests [here (codepen)](https://codepen.io/giventofly/pen/BOZpPQ).
I commented some of the stuff but the gist of it is to have a form on a page/sidebar, send an post request (using wordpress built-in ajax).
Simply put, you got your functions to login/register/forget password, i guess its a nice boilerplate to begin. In the codepen example you have the JS to dome most of the frontend stuff (i will put it here too).