Viewing 1 replies (of 1 total)
  • Plugin Contributor Adam

    (@hieudm)

    Hi @raju Ahmmed,

    1. To change the default text editor to visual, please open file root_folder\wp-content\plugins\wr-pagebuilder\core\core.php and look for this code :

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

    then change to :

    add_filter( 'wp_default_editor', create_function('', 'return "tinymce";') );

Viewing 1 replies (of 1 total)
  • The topic ‘Visual and Text Mode problem with native editor’ is closed to new replies.