<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[회원 정보를 엑셀파일로 자동 정리가능 한 플러그인과 우커머스 로그인 커스트마이징 플러그인]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/33249</link>
		<description><![CDATA[<p>안녕하세요,</p>

<p> </p>

<p>개인정보처리 지침을 위해 회원정보를 엑셀파일로 정리를 하려고 하는데요,</p>

<p>워드프레스에서  자동으로 엑셀로 변경해주는 적절한 플러그인이 있는지요?</p>

<p>또한 현재 우커머스를 사용하고 있는데요, 회원가입시 추가 설정을 하고 싶은데, 체크박스 같은 추가기능을 삽입 가능한 무료 플러그인이 있을까요?</p>

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

I think you should refer to the official Woocommerce docum...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/37755</link>
			<description><![CDATA[<p>If you want to customize Woocommerce,</p>

<p>I think you should refer to the official Woocommerce documentation.</p>

<p> </p>

<p>Would you check the link below?</p>

<p><a href="https://docs.woocommerce.com/" target="_blank">https://docs.woocommerce.com/</a></p>

<p> </p>

<p>See the link below for Woocommerce actions and filters.</p>

<p><a href="https://docs.woocommerce.com/wc-apidocs/hook-docs.html" target="_blank">https://docs.woocommerce.com/wc-apidocs/hook-docs.html</a></p>

<p>Thank you.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Tue, 15 Oct 2019 01:02:29 +0000</pubDate>
			<category>자유게시판</category>
		</item>
				<item>
			<title><![CDATA[hi~ jameskendy.

Do you want to add a field from the Woocommerce registration form?

You can get ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/37754</link>
			<description><![CDATA[<p>hi~ jameskendy.</p>

<p>Do you want to add a field from the Woocommerce registration form?</p>

<p>You can get a more accurate answer if you give a clear idea of how you actually want to do it.</p>

<p> </p>

<p>If you use the woocommersce_register_form action or the woocommersce_register_form_start action that is shown in the link you posted,</p>

<p>You can edit the ukerm membership form.</p>

<p> </p>

<p>Add the code to the Theme functions.php file.</p>

<p>Wordpress Admin -&gt; Appearance -&gt; Add the code to the bottom of the functions.php file in the Theme Editor.</p>

<p>Thank You.</p>

<p> </p>]]></description>
			<author>스레드봇</author>
			<pubDate>Tue, 15 Oct 2019 00:58:35 +0000</pubDate>
			<category>자유게시판</category>
		</item>
				<item>
			<title><![CDATA[The fields are not adding in the registration form using a plugin. I am trying to add it manually...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/37749</link>
			<description><![CDATA[<p>The fields are not adding in the registration form using a plugin. I am trying to add it manually using a code that is in this complete guide <a href="https://wpitech.com/add-woocommerce-registration-form-fields/" target="_blank">https://wpitech.com/add-woocommerce-registration-form-fields/</a>. Is there any alternative to do this? It would be really helpful if you could help me to add fields in the registration form.</p>

<p>function Woo_register_fields() {?&gt;</p>

<p>*</p>

<p>&lt;?php<br />
}<br />
add_action( ‘woocommerce_register_form_start’, ‘Wooregister_fields’ );</p>]]></description>
			<author>jameskendy</author>
			<pubDate>Mon, 14 Oct 2019 22:25:53 +0000</pubDate>
			<category>자유게시판</category>
		</item>
				<item>
			<title><![CDATA[안녕하세요.

워드프레스 사용자 내보내기 가져오기 관련된 플러그인이 많지는 않은 듯합니다.

하나의 ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/33258</link>
			<description><![CDATA[<p>안녕하세요.</p>

<p>워드프레스 사용자 내보내기 가져오기 관련된 플러그인이 많지는 않은 듯합니다.</p>

<p>하나의 플러그인으로 해결이 안 되면 여러 플러그인을 사용하셔야 할 듯합니다.</p>

<p><a href="https://ko.wordpress.org/plugins/cimy-user-manager/" target="_blank">https://ko.wordpress.org/plugins/cimy-user-manager/</a></p>

<p><a href="https://ko.wordpress.org/plugins/export-user-data/" target="_blank">https://ko.wordpress.org/plugins/export-user-data/</a></p>

<p><a href="https://ko.wordpress.org/plugins/import-users-from-csv-with-meta/" target="_blank">https://ko.wordpress.org/plugins/import-users-from-csv-with-meta/</a></p>

<p>위의 플러그인들을 설치해서 확인해보시겠어요?</p>

<p> </p>

<p>우커머스 회원가입 필드는</p>

<p>아래 플러그인을 설치해서 사용해보시겠어요?</p>

<p><a href="https://wordpress.org/plugins/woocommerce-extra-accounts-fields/" target="_blank">https://wordpress.org/plugins/woocommerce-extra-accounts-fields/</a></p>

<p> </p>

<p>직접 코드를 추가하실 수 있으시다면</p>

<p>아래 링크들도 참고해보세요.</p>

<p><a href="https://gist.github.com/pietromalerba/5c8e8650152b9e58ccb7" target="_blank">https://gist.github.com/pietromalerba/5c8e8650152b9e58ccb7</a></p>

<p><a href="https://www.cloudways.com/blog/add-woocommerce-registration-form-fields/" target="_blank">https://www.cloudways.com/blog/add-woocommerce-registration-form-fields/</a></p>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Mon, 20 May 2019 01:11:29 +0000</pubDate>
			<category>자유게시판</category>
		</item>
			</channel>
</rss>