How Do I Change Contact Details in WordPress?

If you want to keep your WordPress contact details updated but want to change the way they are displayed on your website, you can do this by editing your wp-config.php file.

To do this, open up your wp-config.php file in your WordPress folder and locate the following line:.

define(`WP_CONTACT_ADDRESS`, `your_domain_here`);

Replace `your_domain_here` with the new contact details you want to use. For example, if your new contact details are joe@example.

com, you would replace `your_domain_here` with `example.com`.