This action run to update user meta details when users create or update their profile.
Hook Name: arm_member_update_meta
Hook Type: Action
Source: core/classes/class.arm_member_forms.php
Usage:
add_action( 'arm_member_update_meta', 'your_function', 10, 2 );
function your_function($user_id, $posted_data) {
//Do Your Action
//$user_id User ID.
//$posted_data Posted Form Details.
}
Parameters:
$user_id
User ID
$posted_data
Posted Form Details