You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Likely replacement: getProjectSettings()
Due to being part of a separate function file, the $this EM object is not available, $module is also not available due to being outside of a plugin page context.
The rest of the function needs a refactor as it's unrolling the (inconvenient) mysqli_result and processing on each row individually as opposed to operating on a complete result array.
See official documentation and issue.
Recommend something like
sed s/ExternalModules::/$this->/g
to correct but each line will need to be inspected.The text was updated successfully, but these errors were encountered: