Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,515
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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');