<?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>options &#8211; WordPress Memo</title>
	<atom:link href="https://blog.riverforest-wp.info/tag/options/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>options &#8211; WordPress Memo</title>
	<link>https://blog.riverforest-wp.info</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>オプションテーブルを表示するプラグイン</title>
		<link>https://blog.riverforest-wp.info/options-view/</link>
		
		<dc:creator><![CDATA[Katsushi Kawamori]]></dc:creator>
		<pubDate>Sun, 22 Dec 2019 22:00:13 +0000</pubDate>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[データベース]]></category>
		<guid isPermaLink="false">https://blog.riverforest-wp.info/?p=1883</guid>

					<description><![CDATA[はじめに プラグインの開発をしていて、オプションテーブルの値を参照したい事があります。その様な時に、/wp-admin/options.php にアクセスして参照し値を変更できます。ただ、この画面はシリアライズデータを参 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">はじめに</h4>



<p>プラグインの開発をしていて、オプションテーブルの値を参照したい事があります。その様な時に、<strong>/wp-admin/options.php</strong> にアクセスして参照し値を変更できます。ただ、この画面は<strong>シリアライズデータ</strong>を参照できません。</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;69ddaff16c721&quot;}" data-wp-interactive="core/image" data-wp-key="69ddaff16c721" class="wp-block-image aligncenter size-large wp-lightbox-container"><img fetchpriority="high" loading="eager" decoding="async" width="1024" height="635" 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/20191220/options01-1024x635.png" alt="" class="wp-image-1887" srcset="https://blog.riverforest-wp.info/wp-content/uploads/20191220/options01-1024x635.png 1024w, https://blog.riverforest-wp.info/wp-content/uploads/20191220/options01-300x186.png 300w, https://blog.riverforest-wp.info/wp-content/uploads/20191220/options01-768x477.png 768w, https://blog.riverforest-wp.info/wp-content/uploads/20191220/options01.png 1236w" 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>



<p><a href="https://www.phpmyadmin.net/"><strong>phpMyAdmin</strong></a> で、オプションテーブルを見てみると<strong>シリアライズデータ</strong>を見る事ができますが、解読が大変です。</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;69ddaff16cc49&quot;}" data-wp-interactive="core/image" data-wp-key="69ddaff16cc49" class="wp-block-image aligncenter size-large wp-lightbox-container"><img loading="lazy" decoding="async" width="1024" height="471" 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/20191220/options02-1024x471.png" alt="" class="wp-image-1888" srcset="https://blog.riverforest-wp.info/wp-content/uploads/20191220/options02-1024x471.png 1024w, https://blog.riverforest-wp.info/wp-content/uploads/20191220/options02-300x138.png 300w, https://blog.riverforest-wp.info/wp-content/uploads/20191220/options02-768x353.png 768w, https://blog.riverforest-wp.info/wp-content/uploads/20191220/options02.png 1415w" 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>



<p>シリアライズデータをアンシリアライズして見易くするプラグインを作成しました。</p>



<div class="pluginstatsview-card-wrap">
	<div>
		<img decoding="async" src="https://ps.w.org/options-view/assets/icon-256x256.png?rev=2216657" alt="Options View のアイコン" class="pluginstatsview-card-icon" />
		<div class="pluginstatsview-after-icon">
			<div class="pluginstatsview-bold"><a href="https://wordpress.org/plugins/options-view/" class="pluginstatsview-astyle">Options View</a></div>
			<div class="pluginstatsview-small">オプションとユーザーメタテーブルの内容を編集します。</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/options-view/#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>(2)</span>
		<span class="pluginstatsview-card-right">最終更新: 2週間 前</span>
	</div>
	<div class="pluginstatsview-small">
		<span class="pluginstatsview-card-left">300以上サイトで有効化中</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/options-view.2.12.zip" class="dashicons dashicons-download pluginstatsview-download"></a></span>
		<span class="pluginstatsview-card-right">リリース: 2019-12-22</span>
	</div>
	<div class="pluginstatsview-small pluginstatsview-card-center">
		2026-04-14 11:57 時点の統計	</div>
</div>



<h4 class="wp-block-heading">機能</h4>



<ul class="wp-block-list">
<li>オプションテーブルの値をアンシリアライズして見やすくします。</li>



<li>オプション名による検索が可能です。 </li>
</ul>



<figure class="wp-block-video aligncenter"><video height="720" style="aspect-ratio: 1280 / 720;" width="1280" controls src="https://blog.riverforest-wp.info/wp-content/uploads/20191220/options-view.mp4"></video></figure>
]]></content:encoded>
					
		
		<enclosure url="https://blog.riverforest-wp.info/wp-content/uploads/20191220/options-view.mp4" length="5555203" type="video/mp4" />

			</item>
	</channel>
</rss>
