wp_editor with media buttons

You can use following code to achieve this

if ( is_user_logged_in() ) {
 // Editor without media buttons
wp_editor( $content, 'editorname', array('media_buttons' => false) );
} else {
 // Editor with media buttons
 wp_editor( $content, 'editorname');
}

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)