I’m trying to configure the CoursePress plugin created by WPMU DEV: https://premium.wpmudev.org/project/coursepress-pro/
After activating the plugin I get the following error four (4) times at the top of the page:
Warning: implode(): Invalid arguments passed in /home/beautyugly/public_html/wp-content/themes/kleo/functions.php on line 302
That line shows the following:
//custom filters
$css_target = preg_match( ‘/\skleo-(.*)-nav/’, implode( ‘ ‘, $item->classes), $matches );
// If this isn’t a KLEO menu item, we can stop here
I use the nav menu roles plugin but after deactivating ALL but the CourePress plugin I continue to get the errors.
I have a ticket opened with WPMU DEV but figured I’d start here as I’m not sure if it’s related to the coursepress plugin.
Note: the error only appears when I activated coursepress on kleo. If I choose a different theme I don’t get this error.
Any responses appreciated.
Attachments:
You must be
logged in to view attached files.