Mohammed Hamad
Mohammed Hamad

Reputation: 67

JQuery not working an wordpress admin

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

Upvotes: 0

Views: 4233

Answers (1)

sulmanpucit
sulmanpucit

Reputation: 456

Try by adding this in your wp-config.php

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

Upvotes: 2

Related Questions