Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Sync: Ignore the shop_order_placehold post-type from Woo.
1 change: 1 addition & 0 deletions projects/packages/sync/src/class-defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ public static function get_callable_whitelist() {
'iw_omnibus_price_log', // Omnibus Plugin - Log price changes.
'od_url_metrics', // Optimization Detective - Log URL metrics.
'ap_outbox', // ActivityPub Outbox; only used for broadcasting ActivityPub activity to followers.
'shop_order_placehold', // WooCommerce placeholder - Used to maintain compatibility and references when switching between WP Posts-based order storage and the newer HPOS tables.
);

/**
Expand Down
Loading