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 be6393d commit 1224fa3Copy full SHA for 1224fa3
1 file changed
src/Event/Failed_Event_Garbage_Collection_Event.php
@@ -73,7 +73,7 @@ public function __invoke(): void {
73
$cleaner->clean_update_archive_url_events( $threshold_datetime );
74
$cleaner->clean_check_validator_status_events( $threshold_datetime );
75
} catch ( \Throwable $e ) {
76
- throw new \RuntimeException( 'Error during failed event garbage collection: ' . esc_html( $e->getMessage() ), 0, $e );
+ throw new \RuntimeException( 'Error during failed event garbage collection: ' . esc_html( $e->getMessage() ), 0, $e ); // phpcs:ignore WordPress.Security.EscapeOutput.ExceptionNotEscaped
77
} finally {
78
// Reschedule itself for the next day.
79
self::add_to_action_scheduler();
0 commit comments