Since there unfortunately indeed is no filter for this part of the profile, you have got two options, a hypothetically existing plugin aside:
1. Remove the fields with js (as is exemplified with the nickname field below)
jQuery(document).ready( function($) {
$('input#nickname').closest('tr').remove();
});
2. Output buffer the generated markup and modify it before serving
In absence of a filter, if you want to do it cleaner and on the server side, you’d have to rely on output buffering the profile HTML at the time it is generated, modify it and thereafter serve it.
How to do that is excellently laid out in this answer, by example of the biography section.
Related Posts:
- Add user meta after a user has registered and logged In [closed]
- How to copy data from user profile page (profile.php) to theme customizer
- How do I cleanly override a plugin’s CSS with a child theme?
- Is it possible to stop selected plugins from loading on certain template pages?
- Where the Nickname is being used in WordPress
- Hide wordpress plugins from list
- Remove WordPress Toolbar buttons
- Adding a text domain to every __(), _e() and __n() gettext call without a plan to create own translations
- Function to activate WordPress theme inside a plugin
- Seeking clarification on page request life-cycle
- Which functions in theme or plugin load first
- Get info (url) from already enqueued styles
- How to make my plugin theme-independent?
- Add custom buttons with custom actions in Edit Post screen in WordPress?
- Autoload via composer in plugin interference
- Workflow and best practice for documentation [closed]
- Is there a quick way to inject i18n domain into theme/plugin files?
- WordPress language switcher
- Showing Co-Authors on post page
- WP theme with Backbone
- Include Max mega menu Plugin into theme
- How to include plugin without activation?
- Custom Taxonomy Tag Search
- wordpress theme backend admin only
- Check if we’re viewing an event
- How does WP handle multiple matching rewrite rules?
- Menus, but not by theme location
- How to get current post user id
- Events Made Easy Plugin – Duplicate Title Tags
- What is the correct way to update both WP/plugins/themes without breaking the site?
- Redux Framework has an embedded demo. Click here to activate the sample config file
- Not getting author rank when using return
- The problem with WordPress Importer
- how to give a user a role?
- Information and Videos for Customers in the Backend [closed]
- Display post lists in 2nd paragraph
- Making sure that a plugin’s scripts and stylesheets are included for dynamicaly loaded content
- How can I position ShareThis buttons manually when using the plug-in? [closed]
- How to redirect users to their profile after they successfully edit their profile
- How to use get_template part in the plugin?
- Overriding Parent Theme… will cause plugins failure?
- How can I show a different theme for admin users? WP 3.8+
- How to show the number of website visitors in my theme
- How to extract data from ‘edit my profile’ page in WordPress?
- How to write “alt” tag in image for wordpress code?
- Customizing Titles on the Fly with Code
- Shortcode Attributes to Return different $_POST
- What form should the $query media query array have for an Elementor page builder function? [closed]
- is_rtl returns false while it should return true
- Include Minit plugin in theme [closed]
- Managing wordpress Themes & plugins for multisite
- Set up functions to be overridden without using function_exists() by short-circuiting them?
- WordPress custom post type image in RSS
- Inserting Plugins Into Blank Space of Externally Designed WordPress Theme
- display unique post per category
- Polldaddy doesn’t show up on own theme
- How to add an admin alert for missing plugins
- Is there a way to insert multiple images into a post at the same time without using a gallery?
- Is there a way to keep youtube videos from displaying on home page, and display only on single posts?
- Yoast SEO Plug In and my Theme duplicating code. Need some feedback on what to do? [closed]
- Janrain/Simple Modal under Redirected Domain
- Warning: Attempt to read property “ID” on null in C:\xampp\htdocs\Nnamdi1\wp-content\plugins\elementor\core\base\document.php on line 250 [closed]
- How to get authors who have added the post in the specific custom post type
- woocommerce remove coupon link does not work
- require_once not working in plugin wordpress
- How to override any plugin file in the child theme
- how to display recent post by category on home page
- Unpublished Pages Failing To Appear On Custom Path
- How to Add call button on a featured image in a wpsite? check the slap king image, there are two buttons on the featured image
- WordPress hierarchy clarification, does post_type_archive take precedence over taxonomy-term archive?
- How can I find related learndash course id from woocommerce product object?
- How to get a post views count using ‘WordPress popular posts’ plugin
- Using Shortcode Result In Custom HTML Block (Using Google Sheet JQuery Result As NumScroller data-max)
- Disqus comment system not show
- How to use plugin’s shortcode in custom design? [closed]
- Remove action added in plugin class from theme
- Can you develop themes and plugins while using the hosting services BlueHost? [closed]
- Product catalogue in WordPress
- Contact form function should be in functions.php or in a plugin file?
- how to add custom css at top above all css file for specific url
- How to add wordpress plugins in along with my standalone theme
- Showing ads in the specific category and its sub-categories
- Displaying custom profile fields using Mingle Plugin
- How can I add different menus (different style menu) on each page?
- Site is setup statically – how to make it content managable?
- How can I make a website with dynamic features with wordpress?
- How to add image for custom taxonomy
- Javascript as Jquery Function Call?
- Detect if you’re in the “Frontend Editor” mode in Visual Composer WordPress [closed]
- Can anyone tell some online tuts for plugin development for beginner? [closed]
- How to escape html code?
- Ajax button “Load more” is not loading correct language version posts for logged out users
- How to code a wordpress page properly? Dashboard or unique Theme files or alternative?
- how to make wordpress remember my choice
- I want to include My theme file (testing.php) to inside my plugin folder (myplugin/mypugin.php)
- How to Enfroce Domain Licensing Limits? [closed]
- Override plugin constant using a theme
- Meta box not displaying on the plugin page
- Tips on using a custom template with Ultimate Member
- Getting error when accessing Customizer Page