<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[KBoard 미디어 추가 라는 텍스트를 변경하고 싶습니다.]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/35292</link>
		<description><![CDATA[<p>안녕하세요 항상 빠른 답변 감사합니다!</p>

<p><a href="https://i.imgur.com/XHjdfre.png">https://i.imgur.com/XHjdfre.png</a></p>

<p>KBoard 미디어 추가라는 말이 클라이언트에게 익숙하지 않으니<br />
이해가 쉽도록 이미지 업로드 로 변경하고 싶습니다.</p>

<p>가능한 방법 알려주세요!</p>

<p>감사합니다.</p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[감사합니다!!

정말 잘 작동합니다!!

 ]]></title>
			<link>https://www.cosmosfarm.com/threads/document/35319</link>
			<description><![CDATA[<p>감사합니다!!</p>

<p>정말 잘 작동합니다!!</p>

<p> </p>]]></description>
			<author>next</author>
			<pubDate>Tue, 30 Jul 2019 07:45:25 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[안녕하세요~^^

KBoard 플러그인의 KBoard 미디어 추가 문구를

이미지 업로드로 변경하시려면

워드프...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/35299</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>KBoard 플러그인의 KBoard 미디어 추가 문구를</p>

<p>이미지 업로드로 변경하시려면</p>

<p>워드프레스 관리자 -&gt; 외모 -&gt; 테마 편집기 페이지에서 functions.php 파일 하단에</p>

<p>아래의 코드를 추가해보시겠어요?</p>

<pre>
<code class="language-php">add_filter('gettext', 'my_gettext', 10, 3);
function my_gettext($translated_text, $text, $domain){
	if($domain == 'kboard'){
		switch ($translated_text){
			case 'KBoard 미디어 추가': $translated_text = '이미지 업로드'; break;
		}
	}
	
	return $translated_text;
}</code></pre>

<p> </p>

<p>gettext 필터에 대한 자세한 내용은</p>

<p>아래의 링크를 참고 부탁드립니다.</p>

<p><a href="https://codex.wordpress.org/Plugin_API/Filter_Reference/gettext" target="_blank">https://codex.wordpress.org/Plugin_API/Filter_Reference/gettext</a></p>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Tue, 30 Jul 2019 04:47:27 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>