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 8550d14 commit 99d6b6aCopy full SHA for 99d6b6a
includes/class-events-store.php
@@ -532,7 +532,7 @@ private static function row_formatting( array $row ): array {
532
return $formatting;
533
}
534
535
- private static function flush_event_cache( string $event_action = null, string $event_instance = null ) {
+ private static function flush_event_cache( ?string $event_action = null, ?string $event_instance = null ) {
536
// Always have to flush the query caches.
537
wp_cache_set( 'last_changed', microtime(), 'cron-control-queries' );
538
0 commit comments