Skip to content

Commit

Permalink
fixup! Switch to triggering invalidation of page cache via scheduled …
Browse files Browse the repository at this point in the history
…event
  • Loading branch information
westonruter committed Nov 14, 2024
1 parent 710bc0f commit 4158f7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/embed-optimizer/tests/test-hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public function test_embed_optimizer_add_hooks(): void {
$this->assertSame( 10, has_action( 'od_init', 'embed_optimizer_init_optimization_detective' ) );
$this->assertSame( 10, has_action( 'wp_head', 'embed_optimizer_render_generator' ) );
$this->assertSame( 10, has_action( 'wp_loaded', 'embed_optimizer_add_non_optimization_detective_hooks' ) );
$this->assertSame( 10, has_action( 'od_url_metric_stored', 'od_clean_queried_object_cache_for_stored_url_metric' ) );
}

/**
Expand Down

0 comments on commit 4158f7a

Please sign in to comment.