| @@ -389,8 +389,9 @@ | ||
| 389 | 389 | 'isOptimizationEnabled' => Fns::is_optimization_enabled(), |
| 390 | 390 | 'isLoaderEnabled' => Fns::enable_loader(), |
| 391 | 391 | 'notice' => [ |
| 392 | 392 | 'position' => Fns::get_option( 'general', 'notification', 'notification_position', 'center-center' ), |
| 393 | + 'timeOut' => absint( Fns::get_option( 'general', 'notification', 'notification_timeOut', 5 ) ), | |
| 393 | 394 | ], |
| 394 | 395 | rtsb()->nonceId => wp_create_nonce( rtsb()->nonceText ), |
| 395 | 396 | ] |
| 396 | 397 | ); |