How to set default editor tab

It’s easier then you thought! Just add this code to the functions.php file in your theme.

function prefix_set_default_editor() {
    return 'text';
}
add_filter( 'wp_default_editor', 'prefix_set_default_editor' );

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