ahmedkaludi / check-email

3 stars 3 forks source link

Redirect error when using custom folder structure for WordPress core #21

Closed mplusb closed 3 years ago

mplusb commented 3 years ago

https://wordpress.org/support/topic/redirect-error-when-using-custom-folder-structure-for-wordpress-core/

mplusb commented 3 years ago

If it can help your dev team, the get_admin_url() function will give the correct base URL for the back-office: get_home_url() = http://mysite.com get_site_url() = http://mysite.com/wp get_admin_url() = http://mysite.com/wp/wp-admin/