3.5.2 source in wordpress repo differences reported
-
Sorry for starting a thread again, but the previous is marked as resolved.
Hi, i’ve see the culprit was modified from(in trait-woe-core-extractor-ui.php):
return apply_filters(“woe_get_product_custom_fields_values”, $values, $field);
to:
return apply_filters(“woe_get_product_custom_fields_values”, $values, $key);
and that fixed the issue, i’ve updated the plugin in many sites using wordpress, and the patch is present and the log error doesnt appears anymore. But wordfence analysis complains that the plugin is modified from original…i’m confused because if i download the plugin from plugin page, it’s the modified and patched version…but wordfence insists that the unpatched line is the original from plugin and marks a security problem for using a modified version…could you help doing something in the wordpress repo of the plugin?
- You must be logged in to reply to this topic.