Skip to content

Commit

Permalink
Polylang support: ignore podmotor fields
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed May 28, 2024
1 parent b909dee commit 5bfceaf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ public function handle_polylang_translations( $metas, $sync, $post_id ) {
$fields = array_merge( $fields, array(
'enclosure',
'castos_sync_attempts',
'podmotor_episode_id',
'podmotor_file_id',
) );
$allowed = array( 'cover_image', 'cover_image_id' );
$fields = array_diff( $fields, $allowed );
Expand Down

0 comments on commit 5bfceaf

Please sign in to comment.