$files = get_post_meta( $post->ID, 'mey_key_name' );. if ($files) { foreach ($files as $attachment_id) { $full_url = wp_get_attachment_url( $attachment_id );
確定! 回上一頁