Subscription form action
-
Hello, the subscription form uses
get_bloginfo('wpurl')
to construct the action url.This is causing a problem on a multi-language site that I manage, which uses WPML with a separate domain for each language. The form will always direct the user to the primary domain and ignore their currently selected language.
To fix the issue, I suggest that
get_bloginfo('url')
be used instead.
- The topic ‘Subscription form action’ is closed to new replies.