JQuery not working an wordpress admin

4.1k Views Asked by At

I am using wordpress 4.9.4 when I access the admin panel the JQuery is not loading on the admin panel and this is the console enter image description here

what can I do

1

There are 1 best solutions below

1
sulmanpucit On

Try by adding this in your wp-config.php

define('CONCATENATE_SCRIPTS', false);
define('SCRIPT_DEBUG', true);