if ( is_wp_error( $post_id ) ) {. return $post_id;. } return new WP_REST_Response( [. 'success' => true,. 'url' => get_permalink( $post_id ) ...
確定! 回上一頁