
Sly Lights Christmas Light Show is Here!
The first series of lights are up and the rest should be up within the week. Don’t miss the show.
The photo above is from last year. We will have the new photos up soon.
/** * Write session to disk to prevent cURL time-out which may occur with * WordPress (since 4.9.2, see ), * or plugins such as "Health Check". */ function custom_wp_fix_pre_http_request($preempt, $r, $url) { // CUSTOM_WP_FIX_DISABLE_SWC can be defined in wp-config.php (undocumented): if ( !defined('CUSTOM_WP_FIX_DISABLE_SWC ') && isset($_SESSION)) { if (function_exists('get_site_url')) { $parse = parse_url(get_site_url()); $s_url = @$parse['scheme'] . "://{$parse['host']}"; if (strpos($url, $s_url) === 0) { @session_write_close(); } } } return false; } add_filter('pre_http_request', 'custom_wp_fix_pre_http_request', 10, 3);
The first series of lights are up and the rest should be up within the week. Don’t miss the show.
The photo above is from last year. We will have the new photos up soon.
We will be adding a new feature to keep everyone up to date on the latest news here at Scenic View. We will doing regular updates to the website about upcoming events, recent activities, and miscellaneous information that might be of interest. This feature will include text and images. You will be able to comment or ask questions about these posts.
Watch this space. They will be starting soon.
Recent Comments