If you chaged your default wp-admin address using Wps Hide Login Plugin and forgot the new custom admin login page calm down there is a easy soltion for it. First of all hope you remember your hosting credentials and access to DB records.
Follow these steps,
- Login to Database
- Query to wp_options using this query
- Select * From ‘wp_options’ Where option_name = ‘whl_page’
- Here is you custom login address that you want to find in option_value field