Skip to content

Commit

Permalink
Jetpack Sync: Update default Post Type Blacklist (#39770)
Browse files Browse the repository at this point in the history
* Jetpack Sync: Update default Post Type Blacklist
  • Loading branch information
fgiannar authored Oct 15, 2024
1 parent 4941bcd commit 4c5317b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Jetpack Sync: Update default Post Type Blacklist
5 changes: 5 additions & 0 deletions projects/packages/sync/src/class-defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,11 @@ public static function get_callable_whitelist() {
'wprss_feed_item',
'memberships_coupon',
'memberships_gift',
'tribe-ea-record', // The Events Calendar Plugin - Store Event Aggregator record information.
'wphb_minify_group', // Hummingbird Plugin - Used internally to keep data about assets minification.
'bigcommerce_task', // BigCommerce Plugin - Store import queue.
'secupress_log_err404', // SecuPress Plugin - Log 404 pages
'iw_omnibus_price_log', // Omnibus Plugin - Log price changes.
);

/**
Expand Down

0 comments on commit 4c5317b

Please sign in to comment.