'How can I disable duplicate post check in WordPress importer?

I am looking for a way to import a batch of posts with many posts with the same name and publication date.

Code in class-wp-import.php:

$post_exists = apply_filters( 'wp_import_existing_post', $post_exists, $post );


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source