<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[워드프레스 아이디 찾기 후 메세지 관련하여]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/14325</link>
		<description><![CDATA[<p>안녕하세요.</p>

<p><a href="http://www.cosmosfarm.com/wpstore/product/cosmosfarm-members" target="_blank">코스모스팜 회원관리</a> 사용자입니다.</p>

<p> </p>

<p>아이디 찾기 &gt; 이메일 입력 &gt; <strong>메세지</strong></p>

<p>뜨는 안내 메세지를 설정하는 방법이 있을까요?</p>

<p>지금은 An email was sent to ***@*** with your username. 라고 메세지가 뜨는데 한국어로 변경하고 싶습니다.</p>

<p>WP-Members 에서 대화를 설정할 수 있는 기능이 있어서 확인해 봤는데,</p>

<p>아이디 찾기 메세지 부분은 없었습니다.</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요.

아이디 찾기에서 나오는 메시지를 변경하시려면,

아래 코드를 테마의 functions.php 파일...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/14942</link>
			<description><![CDATA[<p>안녕하세요.</p>

<p>아이디 찾기에서 나오는 메시지를 변경하시려면,</p>

<p>아래 코드를 테마의 functions.php 파일에 추가해주세요.</p>

<pre>
<code class="language-php">add_filter('wpmem_default_text_strings', 'my_wpmem_default_text_strings', 99);
function my_wpmem_default_text_strings($args){
	if(!is_array($args)) $args = array();
	$args['usernamesuccess'] = '%s 이메일로 아이디를 전송했습니다.';
	return $args;
}</code></pre>

<p>/wp-content/themes/사용중인테마/functions.php 파일에 추가해주세요.</p>

<p>워드프레스 관리자 -&gt; 외모 -&gt; 테마 편집기 페이지에서도 가능합니다.</p>

<p> </p>

<p>그리고</p>

<p>비밀번호 초기화에서 나오는 메시지는</p>

<p>워드프레스 관리자 -&gt; 설정 -&gt; WP-Members -&gt; 대화 페이지에서</p>

<p><strong>비밀번호 초기화</strong> 메시지를 변경해주시면 가능합니다.</p>

<p>고맙습니다.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Thu, 03 Aug 2017 05:46:22 +0000</pubDate>
			<category>워드프레스</category>
		</item>
				<item>
			<title><![CDATA[어쩌면 WP-Members 플러그인의 번역 파일을 수정해야 할 수도 있을듯합니다.

저희도 해당 메시지가 어...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/14339</link>
			<description><![CDATA[<p>어쩌면 WP-Members 플러그인의 번역 파일을 수정해야 할 수도 있을듯합니다.</p>

<p>저희도 해당 메시지가 어디에 있는지 찾아보고 답변 드리도록 하겠습니다~^^</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Wed, 28 Jun 2017 11:40:25 +0000</pubDate>
			<category>워드프레스</category>
		</item>
			</channel>
</rss>