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
- Making sure that a plugin’s scripts and stylesheets are included for dynamicaly loaded content
- Best place for short bio,image and button [closed]
- What are the specifics of WordPress development I need to know? [closed]
- WordPress shows error related to allow_url_fopen
- Can you use another Profile Builder shortcodes through advanced custom fields
- How to create a code editor for my plugin .?
- How to show only next post pagination link using wp_link_pages()
- Finding the URL to be used to check if plugin is installed with a theme
- Js file is not adding using this code in functions.php
- wp_footer hook only working on homepage not in other pages
- 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
- Plugin can not display in my custom theme
- How to use get_template part in the plugin?
- Jquery NoConflict Problem
- Redirect to another page using contact form 7? [closed]
- Overriding Parent Theme… will cause plugins failure?
- WordPress premium theme development [duplicate]
- How do I combine a theme with a plugin
- how to force tag page layout to use same as search layout?
- How can I show a different theme for admin users? WP 3.8+
- Great blogs site resources/tutorial for WordPress Developers? [closed]
- How to have sample page for each new register users in a membership website
- 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?
- multiple language website navigation menu suggestion
- How to multiply a post to test internal search results?
- Use different single.php file based on condition
- how to connect the author profile with google webmaster tools in multiuser blog?
- Customizing Titles on the Fly with Code
- Add SideBar/Widgets Just Below the Post
- Add filter on html tags,attributes on specific function in wordpress
- plugins not working in custom theme
- Release the plugin in the WordPress repository where redux is used
- Shortcode Attributes to Return different $_POST
- What form should the $query media query array have for an Elementor page builder function? [closed]
- How can I support plugins in a custom theme?
- How to use the CSS of the WordPress core in the development of my administration page?
- Redeclare function after plugin activation
- is_rtl returns false while it should return true
- Include Minit plugin in theme [closed]
- Woocommerce singe product custom gallery output works just on the first slide
- What is the purpose of a companion plugin
- Remove Pagination for Product Category Pages WooCommerce
- Managing wordpress Themes & plugins for multisite
- How can I use my custom wordpress theme on two websites? [closed]
- Set up functions to be overridden without using function_exists() by short-circuiting them?
- Widget for specific category
- why need theme,if page builder is there in wordpress [closed]
- WordPress custom post type image in RSS
- Visual Composer: Where do I find the source code of a custom element?
- How to customize this theme? [closed]
- Changing the Organize Series Listing Pages
- Inserting Plugins Into Blank Space of Externally Designed WordPress Theme
- WordPress API functions not working at AJAX functions.php call
- What’s the right way to implement functions in footer.php
- Don’t load the theme for a page FROM a plugin EDITED
- Extending a theme: build new features as plugin or core modules?
- Hardcode a form in Contact Form 7 [closed]
- Remember the Meta Value With Radio Buttons
- how to design change in woocommerce cart page and all other page also by theme? [closed]
- display unique post per category
- How do you create a re-useable HTML fragment in wordpress
- WordPress plugin with its own “site”/theme
- Override methods in Yoast SEO breadcrumb class
- Theme Functions run a function upon activation or preview
- 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?
- Identify current wordpress theme
- Yoast SEO Plug In and my Theme duplicating code. Need some feedback on what to do? [closed]
- Update WordPress Theme System
- Removing the custom_image_header from wp_head
- Strange Behavior on New Theme Points to Idiocy
- 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]
- Code for unique user visit count on every page WordPress
- Seperate plugin and theme files
- Xamp installed local wordpress not allowing to publish or install plugin
- 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
- need to find duplicated meta value in custom filed and view the posts that have the same value
- Elementor Sidebar not loading when PRO elements plugin is active
- Widgets are not displaying in the admin panel
- How would I get the new plugin version on this function?
- How to override any plugin file in the child theme
- how to display recent post by category on home page
- Get user edit functions in frontend for site admin
- submit two file input fields in the same form
- Newbie problem with adding include wp_footer
- Content-Security-Policy implementation with WordPress W3Total Cache plugin installed
- Unpublished Pages Failing To Appear On Custom Path
- woocommerce: Customize email with item total count
- 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?