Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Social profile fields for users

Adds X, LinkedIn, Instagram and Facebook fields to user profiles. Themes and author boxes can show them with get_the_author_meta( 'linkedin' ).

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Category Users
  • Tested with WordPress 7.1
PHP
<?php

add_filter(
	'user_contactmethods',
	static function ( $methods ) {
		$methods['x']         = 'X (Twitter) URL';
		$methods['linkedin']  = 'LinkedIn URL';
		$methods['instagram'] = 'Instagram URL';
		$methods['facebook']  = 'Facebook URL';
		return $methods;
	}
);

In these packs

  • Users and profiles: Registration dates, last logins, social profile fields, longer sessions and stricter passwords.

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.