<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									関数escape_shortcodesの変更について - Cocoonテーマに関する質問				            </title>
            <link>https://wp-cocoon.com/community/cocoon-theme/%e9%96%a2%e6%95%b0escape_shortcodes%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/</link>
            <description>Cocoon ディスカッション掲示板</description>
            <language>ja</language>
            <lastBuildDate>Mon, 18 May 2026 00:55:59 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: 関数escape_shortcodesの変更について</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e9%96%a2%e6%95%b0escape_shortcodes%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/#post-85249</link>
                        <pubDate>Fri, 23 May 2025 11:17:33 +0000</pubDate>
                        <description><![CDATA[状況が再現しました。
ブロックについては、気付きませんでした。本文にショートコードを使用し確認した際、影響がなく。
本件をクローズとします。]]></description>
                        <content:encoded><![CDATA[<p></p>
<p>do_blocks</p>
<p></p>
<p>状況が再現しました。</p>
<p>ブロックについては、気付きませんでした。<br />本文にショートコードを使用し確認した際、影響がなく。</p>
<p>本件をクローズとします。</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>大門未知子</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e9%96%a2%e6%95%b0escape_shortcodes%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/#post-85249</guid>
                    </item>
				                    <item>
                        <title>RE: 関数escape_shortcodesの変更について</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e9%96%a2%e6%95%b0escape_shortcodes%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/#post-85248</link>
                        <pubDate>Fri, 23 May 2025 11:05:37 +0000</pubDate>
                        <description><![CDATA[今回の対策を行なうことで、展開しないで表示されます。
&nbsp;2025-05-23_20h05_05.png]]></description>
                        <content:encoded><![CDATA[<p>今回の対策を行なうことで、展開しないで表示されます。</p>
<div id="wpfa-43194" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1747998337-2025-05-23_20h05_05.png" target="_blank" title="2025-05-23_20h05_05.png"><i class="fas fa-paperclip"></i>&nbsp;2025-05-23_20h05_05.png</a></div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>わいひら</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e9%96%a2%e6%95%b0escape_shortcodes%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/#post-85248</guid>
                    </item>
				                    <item>
                        <title>RE: 関数escape_shortcodesの変更について</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e9%96%a2%e6%95%b0escape_shortcodes%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/#post-85247</link>
                        <pubDate>Fri, 23 May 2025 11:03:29 +0000</pubDate>
                        <description><![CDATA[不具合の再現手順としてはこんな感じです。1.「, ,  各ショートコードのサンプル」というタイトルで新規投稿を作成する2.「&lt;!-- wp:cocoon-blocks/new-list {&quot;classNames&quot;:&quot;new-list-box block-box&quot;} /--&gt;」というコードをエディターのソースコードに貼り付けるすると、公開ページで添付画像のような表示に...]]></description>
                        <content:encoded><![CDATA[<p>不具合の再現手順としてはこんな感じです。<br /><br />1.「, ,  各ショートコードのサンプル」というタイトルで新規投稿を作成する<br />2.「&lt;!-- wp:cocoon-blocks/new-list {"classNames":"new-list-box block-box"} /--&gt;」というコードをエディターのソースコードに貼り付ける<br /><br />すると、公開ページで添付画像のような表示になります。<br />これは'the_content'フックでdo_blocksしてから、<br />https://github.com/WordPress/WordPress/blob/1a915a62ec454f520b0c829971f3a0046d0cf73f/wp-includes/default-filters.php#L201<br />do_shortcodeしている<br />https://github.com/WordPress/WordPress/blob/1a915a62ec454f520b0c829971f3a0046d0cf73f/wp-includes/default-filters.php#L208C29-L208C41<br />からかなと。なので、ショートコードではならずブロックのみで起こります。</p>
<div id="wpfa-43193" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wp-cocoon.com/wp-content/uploads/wpforo/default_attachments/1747998209-d2f70c89e624cc07b12b82fdf0341ada.png" target="_blank" title="d2f70c89e624cc07b12b82fdf0341ada.png"><i class="fas fa-paperclip"></i>&nbsp;d2f70c89e624cc07b12b82fdf0341ada.png</a></div>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>わいひら</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e9%96%a2%e6%95%b0escape_shortcodes%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/#post-85247</guid>
                    </item>
				                    <item>
                        <title>関数escape_shortcodesの変更について</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e9%96%a2%e6%95%b0escape_shortcodes%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/#post-85231</link>
                        <pubDate>Thu, 22 May 2025 14:25:48 +0000</pubDate>
                        <description><![CDATA[----------------------------------------------テーマ名：Cocoonバージョン：2.8.5.6カテゴリー数：18タグ数：122ユーザー数：1----------------------------------------------以下で関数escape_shortcodesを変更し、投稿タイトルに対してこの関数で置き換え処理を行っ...]]></description>
                        <content:encoded><![CDATA[<p>----------------------------------------------<br />テーマ名：Cocoon<br />バージョン：2.8.5.6<br />カテゴリー数：18<br />タグ数：122<br />ユーザー数：1<br />----------------------------------------------<br />以下で関数escape_shortcodesを変更し、投稿タイトルに対してこの関数で置き換え処理を行っています。<br />ただ、WordPress標準では投稿タイトルに対してショートコードは実行されない認識です。<br />結果、変更の必要はないと思います。</p>
<p>https://github.com/xserver-inc/cocoon/commit/6409f524b3177620fa250d2f1505dc0e24137021</p>
<p>実際には、どのようなケースで不具合が発生したのか、変更の背景や理由についてご教示願いたく。</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>大門未知子</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e9%96%a2%e6%95%b0escape_shortcodes%e3%81%ae%e5%a4%89%e6%9b%b4%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/#post-85231</guid>
                    </item>
							        </channel>
        </rss>
		