Forums
-
- Forum
- Posts
-
- Installation
- 28,403
- Troubleshooting
- 62,327
- Themes
- 10,396
- Plugins
- 15,317
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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');