Fix bug Remove duplicate visibility meta
-
Hi, I found a bug in the latest version of the plugin 2.0.3
in includes / Utilities / Background_Remove_Duplicate_Visibility_Meta.phpto the row 141
replace
$sql = "DELETE FROM wp_postmeta WHERE post_id = %d AND meta_key = 'fb_visibility' AND meta_id != %d";
with
$sql = "DELETE FROM {$wpdb->postmeta} WHERE post_id = %d AND meta_key = 'fb_visibility' AND meta_id != %d";
best regards
Domenico S.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fix bug Remove duplicate visibility meta’ is closed to new replies.