Forums
-
- Forum
- Posts
-
- Installation
- 28,539
- Troubleshooting
- 62,920
- Themes
- 10,445
- Plugins
- 15,400
- Requests & Feedback
- 15,013
- Showcase
- 3,257
-
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');