Forums
-
- Forum
- Posts
-
- Installation
- 28,022
- Troubleshooting
- 61,255
- Themes
- 10,269
- Plugins
- 15,090
- Requests & Feedback
- 14,724
- Showcase
- 3,245
-
Use this code as a plugin.
function Hook_get_profile_info_keys($keys) {
unset($keys['interest']);
return $keys;
}
add_filter('get_profile_info_keys', 'Hook_get_profile_info_keys');
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS