<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WordPress DK Forum Topic: Hvordan fjerner jeg felter i &#34;profile&#34;</title>
		<link>http://wp-danmark.dk/forum/topic/hvordan-fjerner-jeg-felter-i-profile</link>
		<description>WordPress DK Forum Topic: Hvordan fjerner jeg felter i &quot;profile&quot;</description>
		<language>da-DK</language>
		<pubDate>Fri, 17 Jul 2026 11:34:41 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Søg]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wp-danmark.dk/forum/search.php</link>
		</textInput>
		<atom:link href="http://wp-danmark.dk/forum/rss/topic/hvordan-fjerner-jeg-felter-i-profile" rel="self" type="application/rss+xml" />

		<item>
			<title>T-K om "Hvordan fjerner jeg felter i &#34;profile&#34;"</title>
			<link>http://wp-danmark.dk/forum/topic/hvordan-fjerner-jeg-felter-i-profile#post-38218</link>
			<pubDate>lør, 16 jun 2012 13:48:23 +0000</pubDate>
			<dc:creator>T-K</dc:creator>
			<guid isPermaLink="false">38218@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Bruger bl.a. nedenstående kode i functions.php, til at rydde op i profilerne&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;/p&#62;
&#60;p&#62;function extended_contact_info($user_contactmethods) {  &#60;/p&#62;
&#60;p&#62;$user_contactmethods = array();  &#60;/p&#62;
&#60;p&#62;return $user_contactmethods;&#60;br /&#62;
}  &#60;/p&#62;
&#60;p&#62;add_filter('user_contactmethods', 'extended_contact_info');&#60;/p&#62;
&#60;p&#62;function redesign_contactmethod( $contactmethods ) {&#60;br /&#62;
  unset($contactmethods['aim']);&#60;br /&#62;
  unset($contactmethods['jabber']);&#60;br /&#62;
  unset($contactmethods['yim']);&#60;br /&#62;
  unset($contactmethods['web']);&#60;br /&#62;
  unset($contactmethods['bio']);&#60;br /&#62;
  return $contactmethods;&#60;br /&#62;
}&#60;br /&#62;
add_filter('user_contactmethods','redesign_contactmethod',10,1);&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rmo003 om "Hvordan fjerner jeg felter i &#34;profile&#34;"</title>
			<link>http://wp-danmark.dk/forum/topic/hvordan-fjerner-jeg-felter-i-profile#post-37816</link>
			<pubDate>lør, 02 jun 2012 23:55:28 +0000</pubDate>
			<dc:creator>rmo003</dc:creator>
			<guid isPermaLink="false">37816@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg har installeret wp-member plugin, og har tilføjet nogle felter til brugerens profil.&#60;/p&#62;
&#60;p&#62;Hvordan får jeg slettet Contact Info så som website, AIM, Yahoo IM, Jabber såvel som Biographical Info?&#60;/p&#62;
&#60;p&#62;På forhånd tak!&#60;/p&#62;
&#60;p&#62;/Regin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
