custom page register
Hello. Please tell me how to catomize the registration page and remove fields from it that I don't need?
4e00492204.jpg
http://wsj.tw1.ru/register/
I want to remove fields such as city and country from the form. And a few other fields.
The form I saw is connected in this way
<?php
/**
* Fires following the core fields in the user registration form.
*
* @since 1.0.0
*/
/** do_action( 'register_form' ); */
?>
But I did not find where it is being edited.
Maybe it's somewhere in the code? Or in the admin? thanks for the help