WP Admin panel is broken, no link works, and only some links are visible.
I tried full permission on the directory level, and disable all themes and plugins.
WP Admin panel is broken, no link works, and only some links are visible.
I tried full permission on the directory level, and disable all themes and plugins.
3
Answers
Login via FTP or CPanel and in the wp-config.php before require_once add below code into file :
From the official docs:
https://developer.wordpress.org/apis/wp-config-php/#disable-javascript-concatenation
please check wp-config.php and edit it according to your database.
Also Check wp_options in my sql data base
Add the below code in .htaccess file in WordPress root directory. If not exits the file please create it.
Still, if it not works please add the two lines of code in the wp-config.php file
Thank you