wp_editor and qtranslate X
-
Hi,
How can I use Qtranslate X with wp_editor function ?
For the moment I use this :
$info_plus = get_post_meta( $post->ID, 'info_plus', true ); wp_editor( $info_plus, 'info_plus', array( 'textarea_rows'=>10, 'media_buttons'=>false, 'class' => 'wp-editor-area') );
It it doesn’t work, for example, text in French is the same in English. My alternative is to use comment : <!–:fr–>French<!–:–><!–:en–>English<!–:–>
But it is not user friendly… Help please
- The topic ‘wp_editor and qtranslate X’ is closed to new replies.