WPML Compatibility
-
To make the texts that appear on the form compatible with WPML, I have modified the way of displaying the texts.
In the file “access_form.php”, replace “echo” with “_e ()”. For example:
echo $ form_submit_label
by
_e ($ form_submit_label, ‘content-protector’)Can you include this change in the next update of the plugin? It would be very useful.
Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WPML Compatibility’ is closed to new replies.