$current_time = current_time('mysql'); wp_update_post( array ( 'ID' => get_the_ID(), 'post_date' => $current_time, ...
確定! 回上一頁