Wordpress has been the best for me.
Now I have been working with wordpress plugin and themes using various wordpress hook and filter for my site.
Currently I need to
1.) change the successful message that is display by default when a user successfully registered
2.) I need to change the various error message during users registrations or login. Eg email is not available, password is empty etc.
3.) I need to hide wordpresslost password link on both signup and register page
4.) I need to edit and style wordpress login form, registration form, login and signup submit button. I already know how to change wordpress image logo
Please what hooks or filter function do I have to call to achieve this. I cannot properly find it in wordpress codex.
Any single solution provided will be awesome. Thanks
Wordpress has been the best for me.
Now I have been working with wordpress plugin and themes using various wordpress hook and filter for my site.
Currently I need to
1.) change the successful message that is display by default when a user successfully registered
2.) I need to change the various error message during users registrations or login. Eg email is not available, password is empty etc.
3.) I need to hide wordpresslost password link on both signup and register page
4.) I need to edit and style wordpress login form, registration form, login and signup submit button. I already know how to change wordpress image logo
Please what hooks or filter function do I have to call to achieve this. I cannot properly find it in wordpress codex.
Any single solution provided will be awesome. Thanks
Share Improve this question edited Jun 15, 2020 at 8:21 CommunityBot 1 asked Jun 21, 2019 at 21:14 jmarkattijmarkatti 991 bronze badge 1- Hi, welcome to WPSE. As the rules of this community goes, please ask one question per post. For example, if you have ten questions, it's better to post ten different questions instead of putting all ten questions in a single question post. That way, other users looking for the same answers will be able to find it easily. Thanks for your understanding. – Fayaz Commented Jun 22, 2019 at 13:43
1 Answer
Reset to default 0Have you started here: https://developer.wordpress/reference/ ? All the hooks and filters....and more..
Or here: https://developer.wordpress/plugins/ ? Hooks and stuff for plugins.
Or here (for login forms) https://codex.wordpress/Function_Reference/wp_login_form ?