Skip to content

Commit 1000004

Browse files
committed
Sync: add Action Scheduler to the list of blacklisted post types
Fixes #12714 Those events do not need to be synced with WordPress.com.
1 parent bebb808 commit 1000004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sync/src/Defaults.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ public static function get_callable_whitelist() {
323323
'postman_sent_mail',
324324
'rssap-feed',
325325
'rssmi_feed_item',
326+
'scheduled-action', // Action Scheduler - Job Queue for WordPress https://github.com/woocommerce/woocommerce/tree/e7762627c37ec1f7590e6cac4218ba0c6a20024d/includes/libraries/action-scheduler .
326327
'secupress_log_action',
327328
'sg_optimizer_jobs',
328329
'snitch',

0 commit comments

Comments
 (0)