Change WP Editor options for textarea
-
Hi,
Is there a way for members to edit their profile by a textarea field with WYSIWYG editor ?
I tried the hook um_form_fields_textarea_settings by changing settings like this :
$textarea_settings = array('textarea_name' => 'test_textarea', 'tinymce' => true, 'editor_class' => 'myclass' );
But no effect 🙂
Thank you, i already enjoy UM !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Change WP Editor options for textarea’ is closed to new replies.