<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>写真 &#8211; WordPress Memo</title>
	<atom:link href="https://blog.riverforest-wp.info/tag/%E5%86%99%E7%9C%9F/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.riverforest-wp.info</link>
	<description>WordPress に関する覚え書き</description>
	<lastBuildDate>Fri, 09 May 2025 12:48:52 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.riverforest-wp.info/wp-content/uploads/2018/05/cropped-icon-256x256-1-32x32.png</url>
	<title>写真 &#8211; WordPress Memo</title>
	<link>https://blog.riverforest-wp.info</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>メディアライブラリに EXIF 詳細情報を付加するプラグイン</title>
		<link>https://blog.riverforest-wp.info/exif-details/</link>
		
		<dc:creator><![CDATA[Katsushi Kawamori]]></dc:creator>
		<pubDate>Tue, 05 May 2020 22:35:56 +0000</pubDate>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Exif]]></category>
		<category><![CDATA[メディアライブラリ]]></category>
		<category><![CDATA[写真]]></category>
		<guid isPermaLink="false">https://blog.riverforest-wp.info/?p=2266</guid>

					<description><![CDATA[はじめに メディアライブラリの各メディアのキャプションに EXIF 情報を付加するプラグイン Exif Caption を公開していますが、そのサポートフォーラムで GPS 情報を取得したいとの要望があったのがきっかけで [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">はじめに</h3>



<p>メディアライブラリの各メディアのキャプションに EXIF 情報を付加するプラグイン <strong>Exif Caption</strong> を公開していますが、そのサポートフォーラムで GPS 情報を取得したいとの要望があったのがきっかけで作成しました。</p>



<div class="pluginstatsview-card-wrap">
	<div>
		<img decoding="async" src="https://ps.w.org/exif-caption/assets/icon-256x256.png?rev=1864839" alt="Exif Caption のアイコン" class="pluginstatsview-card-icon" />
		<div class="pluginstatsview-after-icon">
			<div class="pluginstatsview-bold"><a href="https://wordpress.org/plugins/exif-caption/" class="pluginstatsview-astyle">Exif Caption</a></div>
			<div class="pluginstatsview-small">メディアのキャプションにExifデータを挿入します。また、コンテンツのキャプションを置き換えます。</div>
			<div class="pluginstatsview-small">作者: <a href="https://profiles.wordpress.org/katsushi-kawamori/">Katsushi Kawamori</a></div>
			<div style="clear: both;"></div>
		</div>
	</div>
	<div style="clear: both;"></div>

	<div class="pluginstatsview-small">
		<span class="pluginstatsview-card-left"><a href="https://wordpress.org/plugins/exif-caption/#reviews" title="4.7(5点満点中)" class="pluginstatsview-astyle">	<span class="pluginstatsview-stars">
					<span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-half"></span>
			</span>
	</a>(3)</span>
		<span class="pluginstatsview-card-right">最終更新: 2日 前</span>
	</div>
	<div class="pluginstatsview-small">
		<span class="pluginstatsview-card-left">600以上サイトで有効化中</span>
		<span class="pluginstatsview-card-right">検証済み: 7.0</span>
	</div>
	<div class="pluginstatsview-small">
		<span class="pluginstatsview-card-left">ダウンロード: <a href="https://downloads.wordpress.org/plugin/exif-caption.3.10.zip" class="dashicons dashicons-download pluginstatsview-download"></a></span>
		<span class="pluginstatsview-card-right">リリース: 2015-11-02</span>
	</div>
	<div class="pluginstatsview-small pluginstatsview-card-center">
		2026-03-31 09:29 時点の統計	</div>
</div>



<p>WordPress のメディアライブラリは、新規追加時にメタデータに EXIF 情報を保存しますが、必要最小限の情報しか保存しません。その内容は以下の通りです。</p>



<style>
.simpleblogcard_img_block22f20a5b051d602267216f3611098d03 {
  float: right;
  padding: 10px;
}
.simpleblogcard_border22f20a5b051d602267216f3611098d03 {
  border-left: solid 8px #cd162c;
  padding: 0.25em 0.25em;
  background: transparent;
}
.simpleblogcard_title22f20a5b051d602267216f3611098d03 {
  line-height: 155%;
  font-weight: bold;
  display: block;
}
.simpleblogcard_description22f20a5b051d602267216f3611098d03 {
  line-height: 155%;
  color: #333;
}
</style>
<div class="simpleblogcard_wrap">
			<a style="text-decoration: none;" href=https://codex.wordpress.org/Function_Reference/wp_read_image_metadata#Return_Values>
			<div class="simpleblogcard_inner">
		<div class="simpleblogcard_border22f20a5b051d602267216f3611098d03">
			codex.wordpress.org			<div class="simpleblogcard_title22f20a5b051d602267216f3611098d03">
				https://codex.wordpress.org/Function_Reference/wp_read_image_metadata#Return_Values			</div>
							<div class="simpleblogcard_description22f20a5b051d602267216f3611098d03">
									</div>
					</div>
	</div>
	<div style="clear: both;"></div>
	</a>
</div>



<p>それ以外のほぼ全ての EXIF 情報を取得し、投稿メタデータに保存するプラグイン <strong>Exif Details</strong> を作成しました。</p>



<div class="pluginstatsview-normal-wrap">
	<div>
					<img decoding="async" src="https://ps.w.org/exif-details/assets/banner-1544x500.jpg?rev=2298875" alt="Exif Details のバナー" class="pluginstatsview-banner" />
				<img decoding="async" src="https://ps.w.org/exif-details/assets/icon-256x256.png?rev=2298875" alt="Exif Details のアイコン" class="pluginstatsview-normal-icon" />
		<div class="pluginstatsview-after-icon">
			<div class="pluginstatsview-bold"><a href="https://wordpress.org/plugins/exif-details/" class="pluginstatsview-astyle">Exif Details</a></div>
			<div><a href="https://wordpress.org/plugins/exif-details/#reviews" title="5.0(5点満点中)" class="pluginstatsview-astyle">	<span class="pluginstatsview-stars">
					<span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span>
			</span>
	</a>(1)</div>
			<div>バージョン1.11</div>
		</div>
	</div>
	<div style="clear: both;"></div>

	<div>300以上サイトで有効化中</div>
	<div>メディアファイルの詳細な EXIF 情報を取得します。</div>
	<details open class="pluginstatsview-details">
	<summary class="pluginstatsview-summary">仕様</summary>
			<table class="pluginstatsview-table">
			<tr class="pluginstatsview-tr1">
				<th class="pluginstatsview-th">日付</th>
				<th class="pluginstatsview-th">対応バージョン</th>
				<th class="pluginstatsview-th">リンク</th>
			</tr>
			<tr class="pluginstatsview-tr2">
				<td class="pluginstatsview-td">
					<div><span class="pluginstatsview-bold">作者: </span><a href="https://profiles.wordpress.org/katsushi-kawamori/">Katsushi Kawamori</a></div>
					<div><span class="pluginstatsview-bold">最終更新: </span>2日 前</div>
					<div><span class="pluginstatsview-bold">リリース: </span>2020-05-05</div>
				</td>
				<td class="pluginstatsview-td">
					<div><span class="pluginstatsview-bold">PHP: </span>8.0</div>
					<div><span class="pluginstatsview-bold">WordPress: </span>4.7</div>
					<div><span class="pluginstatsview-bold">検証済み: </span>7.0</div>
				</td>
				<td class="pluginstatsview-td">
					<div><span class="pluginstatsview-bold">WordPress : </span><a href="https://wordpress.org/plugins/exif-details/" class="dashicons dashicons-wordpress pluginstatsview-download"></a></div>
					<div><span class="pluginstatsview-bold">ダウンロード: </span><a href="https://downloads.wordpress.org/plugin/exif-details.1.11.zip" class="dashicons dashicons-download pluginstatsview-download"></a></div>
					<div><span class="pluginstatsview-bold">寄付: </span><a href="https://shop.riverforest-wp.info/donate/" class="dashicons dashicons-external pluginstatsview-download"></a></div>
				</td>
			</tr>
		</table>
		</details>

			<details class="pluginstatsview-details">
		<summary class="pluginstatsview-summary">備考</summary>
		<div class="pluginstatsview-normal-desc"><p>メディアファイルの詳細な EXIF 情報を取得します。</p>
<h4>取得データ</h4>
<ul>
<li>FILE</li>
<li>EXIF</li>
<li>GPS</li>
</ul>
<h4>兄弟版プラグイン</h4>
<ul>
<li>このプラグインで生成されたタグは、以下のプラグインで使用することができます。</li>
<li><a href="https://ja.wordpress.org/plugins/exif-caption/" rel="nofollow ugc">Exif Caption</a>.</li>
</ul>
<h4>感謝！テストデータの提供</h4>
<ul>
<li><a href="https://profiles.wordpress.org/sysbird/" rel="nofollow ugc">sysbird</a></li>
</ul>
<h4>スニペット 1 &amp; 3 を使用したサンプル</h4>
<span class="embed-youtube" style="text-align:center"></span>
<h4>フィルターフックとアクションフックの使い方サンプル</h4>
<ul>
<li>サンプルスニペット１</li>
</ul>
<pre><code class="language-php language-html">/**  ==================================================
 * Sample snippet 1
 *
 * The original filter hook('exif_details_data'),
 * which changes the display when retrieving an Exif and storing it in metadata.
 * The following changes the display of the shooting date and time.
 *
 * @param array $exifdatas  exifdatas.
 * @param int   $id  id.
 */
function exif_details_change( $exifdatas, $id ) {
    if ( array_key_exists( 'DateTimeOriginal', $exifdatas ) ) {
        $shooting_date = str_replace( ':', '-', substr( $exifdatas['DateTimeOriginal'], 0, 10 ) );
        $shooting_time = substr( $exifdatas['DateTimeOriginal'], 10 );
        $exifdatas['DateTimeOriginal'] = $shooting_date . $shooting_time;
    }
    return $exifdatas;
}
add_filter( 'exif_details_data', 'exif_details_change', 10, 2 );
</code></pre>
<ul>
<li>サンプルスニペット２</li>
</ul>
<pre><code class="language-php language-html">/**  ==================================================
 * Sample snippet 2
 *
 * Retrieve the post metadata and add the date and time of the shooting to the title of the media page.
 * Execute the original action hook('exif_details_update') in the function.
 *
 * @param array $title  title.
 * @param int   $id  id.
 */
function media_title( $title, $id ) {
    $datetime = null;
    if ( is_attachment() ) {
        do_action( 'exif_details_update', $id );
        $exifdatas = get_post_meta( $id, '_exif_details', true );
        if ( ! empty( $exifdatas ) &amp;&amp; array_key_exists( 'DateTimeOriginal', $exifdatas ) ) {
            $datetime = ' Date:' . $exifdatas['DateTimeOriginal'];
        }
    }
    return $title . $datetime;
}
add_filter( 'the_title', 'media_title', 10, 2 );
</code></pre>
<ul>
<li>サンプルスニペット３</li>
</ul>
<pre><code class="language-php language-html">/**  ==================================================
 * Sample snippet 3
 *
 * When adding new media, insert the processed data into the caption.
 * Use the original action hook ('exif_details_update') with function.
 *
 * @param array $metadata  metadata.
 * @param int   $id  id.
 */
function media_caption( $metadata, $id ) {
    $mime_type = get_post_mime_type( $id );
    if ( in_array( $mime_type, array( 'image/jpeg', 'image/tiff' ) ) ) {
        do_action( 'exif_details_update', $id );
        $exifdatas = get_post_meta( $id, '_exif_details', true );
        if ( ! empty( $exifdatas ) ) {
            $camera = null;
            $f_number = null;
            $s_speed = null;
            $iso = null;
            $date = null;
            $googlemap = null;
            if ( array_key_exists( 'Model', $exifdatas ) ) {
                $camera = 'Camera:' . $exifdatas['Model'];
            }
            if ( array_key_exists( 'ApertureFNumber', $exifdatas ) ) {
                $f_number = 'F-number:' . $exifdatas['ApertureFNumber'];
            }
            if ( array_key_exists( 'ExposureTime', $exifdatas ) ) {
                $s_speed = 'Shutter speed:' . $exifdatas['ExposureTime'];
            }
            if ( array_key_exists( 'ISOSpeedRatings', $exifdatas ) ) {
                $isodata = json_decode( $exifdatas['ISOSpeedRatings'] );
                if ( is_array( $isodata ) ) {
                    $iso = 'ISO:' . $isodata[0];
                } else {
                    $iso = 'ISO:' . $isodata;
                }
            }
            if ( array_key_exists( 'DateTimeOriginal', $exifdatas ) ) {
                $date = 'Date:' . $exifdatas['DateTimeOriginal'];
            }
            if ( array_key_exists( 'latitude_dd', $exifdatas ) &amp;&amp; array_key_exists( 'longtitude_dd', $exifdatas ) ) {
                $googlemap = '&lt;a href="https://www.google.com/maps?q=' . $exifdatas['latitude_dd'] . ',' . $exifdatas['longtitude_dd'] . '"&gt;Google Map&lt;/a&gt;';
            }
            $caption = sprintf( '%1$s %2$s %3$s %4$s %5$s %6$s', $camera, $f_number, $s_speed, $iso, $date, $googlemap );
            $caption = rtrim( $caption );
            $caption = preg_replace( '/\s(?=\s)/', '', $caption );
            $media_post = array(
                'ID'           =&gt; $id,
                'post_excerpt' =&gt; $caption,
            );
            wp_update_post( $media_post );
        }
    }
    return $metadata;
}
add_filter( 'wp_generate_attachment_metadata', 'media_caption', 10, 2 );
</code></pre>
</div>
	</details>
	<div>2026-03-31 09:29 時点の統計</div>
</div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>開発にあたり、<strong>sysbird</strong> 様から写真のテストデータを提供していただきました。ありがとうございました。</p><cite><a href="https://profiles.wordpress.org/sysbird/"><strong>sysbird</strong></a></cite></blockquote>



<h3 class="wp-block-heading">使用方法</h3>



<p>インストールすると、メディアライブラリのカラムに EXIF が追加されます。その欄に、EXIF タグと値が表示されます。そのデータは、投稿メタデータのメタキー <strong>_exif_details</strong> に保存されます。また、そのデータ保存をフィルターするフィルターフック <strong>exif_details_data</strong> を提供します。</p>



<div class="wp-block-image"><figure data-wp-context="{&quot;imageId&quot;:&quot;69cc6361d89fc&quot;}" data-wp-interactive="core/image" data-wp-key="69cc6361d89fc" class="aligncenter size-large wp-lightbox-container"><img fetchpriority="high" loading="eager" decoding="async" width="1024" height="642" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-column-1024x642.png" alt="" class="wp-image-2279" srcset="https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-column-1024x642.png 1024w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-column-300x188.png 300w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-column-768x481.png 768w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-column.png 1272w" sizes="(max-width: 1024px) 100vw, 1024px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			aria-label="拡大する"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.imageButtonRight"
			data-wp-style--top="state.imageButtonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure></div>



<h4 class="wp-block-heading">プラグイン Exif Caption を利用した使用方法</h4>



<p>プラグイン <strong>Exif Caption</strong> の設定で <strong>Exif Details</strong> で表示される Exif タグを使用できます。タグは <strong>%</strong> で囲んで使用します。<strong>Exif タグ</strong>を設定すると、メディアのキャプションに出力されます。<strong>Exif Caption</strong> は最新バージョンを使用してください。</p>



<figure class="wp-block-gallery aligncenter columns-1 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" decoding="async" width="1024" height="642" src="https://blog.riverforest-wp.info/wp-content/uploads/20200506/exifcaption-settings-1024x642.png" alt="" data-id="2277" data-full-url="https://blog.riverforest-wp.info/wp-content/uploads/20200506/exifcaption-settings.png" data-link="https://blog.riverforest-wp.info/exifcaption-settings/" class="wp-image-2277" srcset="https://blog.riverforest-wp.info/wp-content/uploads/20200506/exifcaption-settings-1024x642.png 1024w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/exifcaption-settings-300x188.png 300w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/exifcaption-settings-768x481.png 768w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/exifcaption-settings.png 1272w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" decoding="async" width="1024" height="639" src="https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-caption-1024x639.png" alt="" data-id="2278" data-full-url="https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-caption.png" data-link="https://blog.riverforest-wp.info/media-caption/" class="wp-image-2278" srcset="https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-caption-1024x639.png 1024w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-caption-300x187.png 300w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-caption-768x479.png 768w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-caption.png 1277w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></li></ul></figure>



<h4 class="wp-block-heading">単純なメタデータの取得・使用方法</h4>



<pre class="prism line-numbers"><code class="language-php language-html">/* 取得：投稿 ID を指定し、メタデータを取得 */
$exifdatas = get_post_meta( 投稿ID, '_exif_details', true );
/* 使用：配列で提供されるメタデータのキーに EXIF タグ を指定しデータを表示 */
&lt;?php echo esc_html( $exifdatas&#91;'DateTimeOriginal'] ); ?></code></pre>



<h4 class="wp-block-heading">フィルターフックとアクションフックを利用した使用方法</h4>



<pre class="prism line-numbers"><code class="language-php language-html">/* EXIF を取得してメタデータに保存する際の表示を変更するオリジナルフィルターフック('exif_details_data')。以下、撮影日時の表示を EXIF オリジナルの 2020:05:06 07:00:00 から、2020-05-06 07:00:00 のように変更します。 */
add_filter( 'exif_details_data', 'exif_details_change', 10, 2 );
function exif_details_change( $exifdatas, $id ) {
	if ( array_key_exists( 'DateTimeOriginal', $exifdatas ) ) {
		$shooting_date = str_replace( ':', '-', substr( $exifdatas&#91;'DateTimeOriginal'], 0, 10 ) );
		$shooting_time = substr( $exifdatas&#91;'DateTimeOriginal'], 10 );
		$exifdatas&#91;'DateTimeOriginal'] = $shooting_date . $shooting_time;
	}
	return $exifdatas;
}

/* 投稿メタデータを取得し、メディアページのタイトルに撮影日時を追加します。関数内でオリジナルアクションフック('exif_details_update')を使用します。 */
add_filter( 'the_title', 'media_title', 10, 2 );
function media_title( $title, $id ) { 
	$datetime = null;
	if ( is_attachment() ) {
		do_action( 'exif_details_update', $id );
		$exifdatas = get_post_meta( $id, '_exif_details', true );
		$datetime = ' 撮影日時 : ' . $exifdatas&#91;'DateTimeOriginal'];
	}
    return $title . $datetime; 
}</code></pre>



<div class="wp-block-image"><figure data-wp-context="{&quot;imageId&quot;:&quot;69cc6361d9ce8&quot;}" data-wp-interactive="core/image" data-wp-key="69cc6361d9ce8" class="aligncenter size-large wp-lightbox-container"><img loading="lazy" decoding="async" width="1024" height="511" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-filter-1024x511.png" alt="" class="wp-image-2280" srcset="https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-filter-1024x511.png 1024w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-filter-300x150.png 300w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-filter-768x383.png 768w, https://blog.riverforest-wp.info/wp-content/uploads/20200506/media-filter.png 1252w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			aria-label="拡大する"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.imageButtonRight"
			data-wp-style--top="state.imageButtonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure></div>



<h3 class="wp-block-heading">仕様</h3>



<ul class="wp-block-list"><li>EXIF タグの内、大文字で始まるものは、未加工のものです。全て小文字のものは、このプラグインが加工したものです。<ul><li><strong>latitude</strong> 緯度</li><li><strong>longtitude</strong> 経度</li><li><strong>gpsaltitude</strong> 標高</li><li><strong>/</strong> が入った数字のみのものは、割り算しています。</li></ul></li><li>元データが配列のものは、JSON に変換されます。</li></ul>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
