newsSummary($content, $maxSummaryLen); var_dump($result); $my_post = array( 'ID' => $post_ID, 'post_excerpt' => $result //摘要信息 ); //入库 //wp_insert_post( $my_post ); } add_action('publish_post', 'gdk_newsSummary', 0); add_action('update_post', 'gdk_newsSummary', 0);