Component or PHP plugin?
-
Helllo
I have found this challenge
Task: Customize the default login form that you get with WordPress with more fields and a different style.
Requirements:
Create a plugin for the customization,
Use hooks to enqueue styles conditionally on the login page
Use the hooks to add a new field: Reverse username
Before logging the user, check if the reverse username field is entered and check if it's correctly entered If not, display a message that such field is not correct
Am i on the right track that this can better be a php plugin instead of a component plugin ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.