shouldDuplicateFeaturedImages() ) { return Right::of( 0 ); } $numberLeft = $data->get( 'remaining', null ); return Right::of( make( \WPML_Media_Attachments_Duplication::class )->batch_duplicate_featured_images( false, $numberLeft ) ); } /** * @return bool */ private function shouldDuplicateFeaturedImages() { return (bool) Obj::pathOr( false, [ 'new_content_settings', 'duplicate_featured' ], Option::getOr( '_wpml_media', [] ) ); } }