Lines 172 onwards the $cuef_plugin_dir is not necessary
change
require_once($cuef_plugin_dir.'/cimy_uef_register.php');
to
require_once('cimy_uef_register.php');
Lines 172 onwards the $cuef_plugin_dir is not necessary
change
require_once($cuef_plugin_dir.'/cimy_uef_register.php');
to
require_once('cimy_uef_register.php');
No. Plug-in can be used also in MS mode with two different modes, one of that requires that code.
Don't suggest dangerous modifications without proper testing on all modes supported by the plug-in.
Plus if you have a problem first write a reproducible use case instead of a random modification without explanation.
You must log in to post.