Confirming subscription fails
-
Hey guys,
When a user tried to confirm the subscription link sent to their email, it fails because it tries to use the site’s local domain (before it was migrated to a live server). Obviously it’s not the plugin’s fault.
I still couldn’t figure out why some functions still refer to the old domain even though the new one is updated in the database. I also added the custom code to wp-config.php:
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);Is there a chance you could tell me where in the plugin’s code it tries to get the domain’s name, so I can change it manually?
It’s not a flexible method but might be the only way.
Thanks a lot in advance for your help
Omer
- The topic ‘Confirming subscription fails’ is closed to new replies.