From bbe16def7cc8da2a6690778805e5a8c3c3d79f87 Mon Sep 17 00:00:00 2001 From: Foteini Giannaropoulou Date: Wed, 13 Nov 2024 17:38:06 +0200 Subject: [PATCH] Jetpack Sync: Add 'od_url_metrics' in blacklisted post types (#40158) * Jetpack Sync: Add 'od_url_metrics' in blacklisted post types --- .../sync/changelog/update-sync-blacklist-od_url_metrics | 4 ++++ projects/packages/sync/src/class-defaults.php | 1 + 2 files changed, 5 insertions(+) create mode 100644 projects/packages/sync/changelog/update-sync-blacklist-od_url_metrics diff --git a/projects/packages/sync/changelog/update-sync-blacklist-od_url_metrics b/projects/packages/sync/changelog/update-sync-blacklist-od_url_metrics new file mode 100644 index 0000000000000..64e227d73375f --- /dev/null +++ b/projects/packages/sync/changelog/update-sync-blacklist-od_url_metrics @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Jetpack Sync: Add 'od_url_metrics' in blacklisted post types diff --git a/projects/packages/sync/src/class-defaults.php b/projects/packages/sync/src/class-defaults.php index ecf5ad5eb58d6..0a70612db44be 100644 --- a/projects/packages/sync/src/class-defaults.php +++ b/projects/packages/sync/src/class-defaults.php @@ -466,6 +466,7 @@ public static function get_callable_whitelist() { 'bigcommerce_task', // BigCommerce Plugin - Store import queue. 'secupress_log_err404', // SecuPress Plugin - Log 404 pages 'iw_omnibus_price_log', // Omnibus Plugin - Log price changes. + 'od_url_metrics', // Optimization Detective - Log URL metrics. ); /**