WPML + Contact Form 7 + Secondary language BUG
Problem
Solution
(1) Enable AJAX support in WPML
(2) Use in-url subdirectories like/fr instead of query strings in WPML
Solutions not working
https://wpml.org/de/forums/topic/get_rest_url-returns-wrong-url/
|
1
|
add_filter( 'rest_url', 'wpml_permalink_filter' ); |
Adding this in function.php did not work.


Recent Comments