When going through the modules code, found reference to the deprecated function "module_load_include" in file vwo.module function hook_help(). Requesting to replace the function with the suggested alternative \Drupal::moduleHandler()->loadInclude($module, $type, $name = NULL);
.
Check the file vwo.module
Replace with \Drupal::moduleHandler()->loadInclude($module, $type, $name = NULL);
.
Apply the patch and test
N/A
N/A
N/A
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.