Hello,
I’m sorry for the inconvenience you’re facing with Rank Math in the user profiles section. To disable the Rank Math section from displaying in user profiles, you can use the following code snippet:
/**
* Filter to remove Rank Math from user profiles
*/
add_filter( 'rank_math/user_profile/hide', '__return_true' );
You can add this code snippet to your theme’s functions.php file. Once added, the Rank Math section will be disabled and won’t show up when you pull up user profiles.
If you have any further questions or need additional assistance, feel free to ask.
Sources:
How to Disable All Rank Math Generated SEO Tags » Rank Math
How to Completely Uninstall Rank Math From Your Website » Rank Math
How to Disable Rank Math SEO Content Tests » Rank Math
SEO Reports Delivered Straight to You (And Your Clients) via Email With Rank Math » Rank Math
Sorry, You Are Not Allowed to Access This Page » Rank Math
That didn’t work. Am I supposed to edit the path or something?
Hello,
Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.
You can use the following filter on your website and see if that works for you:
add_filter( 'user_contactmethods', function( $contact_methods ) {
if ( isset( $contact_methods['twitter'] ) ) {
unset( $contact_methods['twitter'] );
}
if ( isset( $contact_methods['facebook'] ) ) {
unset( $contact_methods['facebook'] );
}
if ( isset( $contact_methods['additional_profile_urls'] ) ) {
unset( $contact_methods['additional_profile_urls'] );
}
return $contact_methods;
}, 11 );
Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Let us know how it goes. Looking forward to helping you.
Thank you.
this code doesn’t even look like it would work for what we’re trying to do. is this some kind of ChatGPT joke?
I’m not convinced anyone is actually reading these responses. It might take a human to look over this request
Hello,
Please confirm if you want to remove the Meta Box of our plugin from the user profiles. If yes, then please navigate to WP Dashboard > Rank Math SEO > Titles & Meta > Authors and disable the Add SEO Controls option.
This will remove the meta box from all the user profiles. If you want to remove some other section, please share a screenshot using a tool like https://imgur.com/ so we can assist you further.
Looking forward to helping you.
Hello,
Glad that helped.
If you have any other concerns, please don’t hesitate to contact us anytime to assist you further.
Looking forward to helping you.
Thank you.