Remove social links from user profiles

Upon installing Blocksy, you may notice several new social links added beneath the primary Users -> Profile tab. These links facilitate the connection of authors to their respective social media platforms and other online communities.

However, there may be instances where you wish to deactivate these links. To accomplish this, you can utilize the following code snippet:

add_filter('user_contactmethods', function() {
	return [];
}, 20, 1);
Not the solution you are looking for?

Please check other articles or open a support ticket.