Visual editor not showing up

I had the same problem and it was solved by following an advice found on https://wordpress.org/support/topic/visual-editor-missing-15/

  1. Go to the file wp-config.php
  2. Find the following line:

define('DB_HOST', 'xxxxxxxxxxxx');

  1. Right below the above line add this:

define('CONCATENATE_SCRIPTS', false);

Leave a Comment