Код: Выделить всё
add_action( 'show_user_profile', 'rudr_profile_fields' );
add_action( 'edit_user_profile', 'rudr_profile_fields' );
function rudr_profile_fields( $user )
{
// let's get custom field values
$association_id = get_user_meta( $user->ID, 'association_id', true );
?>
Association Information
Association_ID
Подробнее здесь: [url]https://stackoverflow.com/questions/75163863/verifying-userprofile-uniqueness-of-meta-value-at-the-time-of-creation-for-wor[/url]
Мобильная версия