Skip to content

Commit a5a9635

Browse files
committed
Remove unused var $full_site_invalidation_events
1 parent 5513596 commit a5a9635

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/WordPressAdmin.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ public static function registerHooks(): void {
268268
'deleted_post',
269269
];
270270

271-
$full_site_invalidation_events = [
272-
'switch_theme',
273-
];
274-
275271
foreach ( $single_url_invalidation_events as $invalidation_events ) {
276272
add_action(
277273
$invalidation_events,

0 commit comments

Comments
 (0)