We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ddb3e commit c2658c0Copy full SHA for c2658c0
1 file changed
tests/Event/Test_Scan_Own_Posts_Event.php
@@ -38,6 +38,7 @@ public function set_up(): void {
38
\remove_all_filters( 'iawmlf_own_content_allow_post' );
39
\remove_all_filters( 'iawmlf_routinely_update_wayback_machine' );
40
\remove_all_filters( 'iawmlf_routinely_update_wayback_machine_interval' );
41
+ \remove_all_filters( 'iawmlf_auto_archiver_excluded_posts' );
42
43
// Clear the clients.
44
$this->clear_clients();
0 commit comments