[wp-hackers] WordPress Front-End tinyMCE

Andrew Ozz admin at laptoptips.ca
Fri Jul 8 00:23:58 UTC 2011


On 07/07/2011 4:52 PM, Kevin Stover wrote:
> ...I am having a problem,
> however, in getting the wp_editor to work on the admin-side.

You are setting it properly, right?

global $wp_editor;
$wp_editor->editor( 'some content', 'one' );
$wp_editor->editor( 'more content', 'two' );


More information about the wp-hackers mailing list