wp.editor.initialize not working as expected

You can use only wp_enqueue_editor(); instead of: if ( ! class_exists( ‘_WP_Editors’, false ) ) { require( ABSPATH . WPINC . ‘/class-wp-editor.php’ ); } add_action( ‘admin_print_footer_scripts’, array( ‘_WP_Editors’, ‘print_default_editor_scripts’ ) );

Add default page editor to an admin settings page

Oh, this was quite easy. I had used: $args = array(“textarea_name” => “wpet_options[txt]”, ‘default_editor’ => ‘text’); wp_editor( ‘xxx’, “wpet_options[txt]”, $args ); But what I really wanted was: $post = get_post( 117, ‘OBJECT’ ); wp_editor( $post, ‘editor’ ); This page explains more: http://code.tutsplus.com/articles/quick-tip-using-wp_editor–wp-27136

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