This action will be executed when the ARMember plugin is activated for the first time.
Hook Name: arm_after_install
Hook Type: Action
Source: core/classes/class.armember.php
Usage:
add_action( 'arm_after_install', 'your_function_after_install' );
function your_function_after_install() {
// Do Your Action.
}