Skip to content

Commit

Permalink
Stop REST API Log entries from being synced (#14638)
Browse files Browse the repository at this point in the history
reduce unnecessary sync actions on sites using REST API Log plugin
  • Loading branch information
mdbitz authored Feb 11, 2020
1 parent 33149eb commit adc512f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sync/src/class-defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ public static function get_callable_whitelist() {
'snitch',
'vip-legacy-redirect',
'wp_automatic',
'wp-rest-api-log', // https://wordpress.org/plugins/wp-rest-api-log/
'wpephpcompat_jobs',
'wprss_feed_item',
);
Expand Down

0 comments on commit adc512f

Please sign in to comment.