• Resolved cerlin

    (@cerlin)


    Hi all,

    I need answers for my questions.

    1.How to get rid of visual editor in wordpress?
    2.How to force the editor to use text mode by default?

    I have tried something but nothing works.. please help.

Viewing 1 replies (of 1 total)
  • Thread Starter cerlin

    (@cerlin)

    solved by adding a filter

    add_filter( 'wp_default_editor', create_function(null,'return "html";') );

Viewing 1 replies (of 1 total)
  • The topic ‘ques abt the_editor() function’ is closed to new replies.