frontend visual edtor doesn't work to authors
-
i made a frontend page and there are few textareas so i change them to wp_editor.
but it only works to administrator and doesn’t work to authors.
i reduce wp_editors to one. so one wp_editor in a page – still doesn’t work to authors.
my code is simple:
$settings = array( ‘media_buttons’ => true );
wp_editor(‘some_content’, ‘name_of_textarea’, $settings);do you have any ideas to solve this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘frontend visual edtor doesn't work to authors’ is closed to new replies.