register_rest_field ( 'post', 'cm', array( 'get_callback' => function ( $post ) { return get_post_meta( $post['id'], 'custom_text', true ); }, ' ...
確定! 回上一頁