WPML Select Page fails
-
Change class-frontend.php line 103
from:
$link = get_permalink( apply_filters( 'wpml_object_id', eucookie_option('boxlinkid'), 'page' ) );
to:
$link = get_permalink( icl_object_id( eucookie_option('boxlinkid'), 'page', true, ICL_LANGUAGE_CODE ) );
The first line don’t choose correct link
- The topic ‘WPML Select Page fails’ is closed to new replies.