Skip to content

Commit 6c69d3e

Browse files
committed
Remove translated post logging
1 parent 180e8e7 commit 6c69d3e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plugins/bcc-keep-translated-posts-status-same-as-original/bcc-keep-translated-posts-status-same-as-original.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ function bcc_filter_on_wp_insert_post_data ( $data, $postarr ) {
5858
return $data;
5959
}
6060

61-
error_log( 'bcc_filter_on_wp_insert_post_data called for post ID ' . $source_post_id . '" with current status: ' . $data['post_status'] . ' and new status: ' . $source_post_status );
62-
6361
$data['post_status'] = $source_post_status;
6462

6563
return $data;

0 commit comments

Comments
 (0)