Hi Tom,
Am I pasting this code in my wp-config.php?
<?php
/**
* Requires Media Manager Plus >= 1.5
* Load MMP assets on widgets and customizer page to extend Black Studio Widget
*
* @param array $pages
* @return array
*/
function mmp_add_enqueue_pages( $pages ) {
$pages[] = ‘nav-menus.php’;
return $pages;
} // END
add_filter( ‘mmp_enqueue_pages’ , ‘mmp_add_enqueue_pages’ );
Thanks
John
ok, thanks Tom. I did try deactivating plugins but to no avail.
I thought the “define(‘CONCATENATE_SCRIPTS’, false) statement did the trick but the fix only lasted for a minute which is odd.