PluginProbe
Polylang / 2.5
Polylang v2.5
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | modules/sync/sync-post-metas.php +2 -4 2.72.5 View file →
@@ -56,13 +56,11 @@
56 56 $keys[] = $meta;
57 57 }
58 58 }
59 59
60 + // Random header image
60 61 if ( $this->options['media_support'] ) {
61 - $keys[] = '_wp_attached_file';
62 - $keys[] = '_wp_attachment_metadata';
63 - $keys[] = '_wp_attachment_backup_sizes';
64 - $keys[] = '_wp_attachment_is_custom_header'; // Random header image
62 + $keys[] = '_wp_attachment_is_custom_header';
65 63 }
66 64
67 65 /** This filter is documented in modules/sync/sync-metas.php */
68 66 return array_unique( apply_filters( 'pll_copy_post_metas', $keys, $sync, $from, $to, $lang ) );